Storyden
Nodes

Node Update Children Property Schema

Updates the property schema of the children of this node. All children of a node use the same schema for properties resulting in a table-like structure and behaviour. See also: NodeUpdatePropertySchema

Updates the property schema of the children of this node. All children of a node use the same schema for properties resulting in a table-like structure and behaviour. See also: NodeUpdatePropertySchema

PATCH/nodes/{node_slug}/children/property-schema
storyden-session<token>

In: cookie

Path Parameters

node_slugstring

Unique node Slug.

Formatxid

Response Body

curl -X PATCH "https://loading/api/nodes/cc5lnd2s1s4652adtu50/children/property-schema" \  -H "Content-Type: application/json" \  -d '[    {      "name": "string",      "type": "text",      "sort": "string"    }  ]'
{
  "properties": [
    {
      "fid": "cc5lnd2s1s4652adtu50",
      "name": "string",
      "type": "text",
      "sort": "string"
    }
  ]
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}