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