Documentation Index
Fetch the complete documentation index at: https://docs.contactswing.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your ContactSwing JWT Bearer token.
Path Parameters
Unique assistant identifier from ContactSwing dashboard.
Request Body
JSON: AssistantRequest (see OpenAPI spec)
Updated assistant display name
Updated assistant purpose
Updated action IDs ["action_id_1"]
Response
200 OK - Assistant updated successfully
”Request processed successfully”
Example
{
"name": "Updated SMS Assistant",
"actions": ["6f439f98-32f6-4b44-928c-6e890e298d51", "new_action_id"]
}