Update Bot Manifest
Released in 24.1. Updates the manifest of the calling service user. The manifest contains the list of supported commands.
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
manifeststring · max: 6144Required
Manifest containing commands supported by the service account. Must be valid JSON.
Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/user/manifest/own
Manifest guide
Structure
Notes on manifest format
Limitations
Steps
1. Compress the manifest
2. JSON-escape
3. Upload to Symphony
Validation
Last updated
Was this helpful?