Skip to content

Create Custom Copy

POST
/api/content/{id}/create-custom-copy

Create an organization-specific copy of system content for customization.

Parameters

Path Parameters

id*
Typestring
Required

Responses

Create a custom copy of system content

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"
}
}
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation