Update Content
PATCH
/api/content/{horoscopeType}/{contentType}/{id}
Update the title, body or metadata of a content item.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
id*
Type
Requiredstring
horoscopeType*
Type
Requiredstring
contentType*
Type
Requiredstring
Responses
Update one content item
application/vnd.api+json
JSON "data": { "type": "content", "id": "string", "attributes": { "urn": "string", "title": "string", "body": "string", "metadata": null, "owner_type": "string", "owner_id": "string", "base_content_id": "string", "created_at": "string", "updated_at": "string" }, "links": { "self": "string" } }
{
}