API Reference
Save edited article markdown
AuthorizationBearer <token>
In: header
Path Parameters
domainId*string
Domain ID
briefId*string
Brief ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/api/domains/string/content-briefs/string/content/article" \ -H "Content-Type: application/json" \ -d '{ "fullMarkdown": "# How to choose running shoes\\n\\nStart with your gait..." }'Empty