ApiContent studio v2
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.
fullMarkdown*string
Full article markdown content
Response Body
curl -X PUT "https://example.com/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
Empty
Empty