cURL
curl --request POST \ --url https://api.tryarchitect.com/v0/topics/{topic_id}/entries \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "content": { "type": "<string>", "content": "<string>" }, "sortOrder": 4503599627370495 } '
{ "topicEntryId": "<string>", "topicId": "<string>", "sortOrder": 123, "content": { "type": "<string>", "content": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>" }
Create an entry within a knowledge topic.
API key authentication for the External Actor Gateway
topic_id parameter
Show child attributes
0 <= x <= 9007199254740991
TopicEntry created successfully
^\+[1-9]\d{1,14}$
Was this page helpful?