Assistants
Create a new assistant with the provided details
Authorizations
Body
idstringOptionalExample:
d290f1ee-6c54-4b01-90e6-d701748f0851
credentialstringOptionalExample:
7db93c02-8d5a-4117-a8f1-3dfb6721b339
iconSrcstringOptionalExample:
/images/assistant.png
createdDatestring · date-timeOptionalExample:
2024-08-24T14:15:22Z
updatedDatestring · date-timeOptionalExample:
2024-08-24T14:15:22Z
Responses
200
Assistant created successfully
application/json
400
Invalid input provided
422
Validation exception
post
Update the details of an existing assistant
Authorizations
Path parameters
idstringRequired
Assistant ID
Body
idstringOptionalExample:
d290f1ee-6c54-4b01-90e6-d701748f0851
credentialstringOptionalExample:
7db93c02-8d5a-4117-a8f1-3dfb6721b339
iconSrcstringOptionalExample:
/images/assistant.png
createdDatestring · date-timeOptionalExample:
2024-08-24T14:15:22Z
updatedDatestring · date-timeOptionalExample:
2024-08-24T14:15:22Z
Responses
200
Assistant updated successfully
application/json
400
The specified ID is invalid or body is missing
404
Assistant not found
500
Internal error
put
Last updated