Upload agent volatile knowledge from base64
POST/api/v2/agent/:agentCode/volatileKnowledge/upload/base64
Upload agent volatile knowledge from base64
Request
Path Parameters
The code of the agent this volatile knowledge belongs to.
Query Parameters
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
Contains the file name, MIME type, base64 content and upload options.
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Body
Contains the file name, MIME type, base64 content and upload options.
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Body
Contains the file name, MIME type, base64 content and upload options.
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
There was a validation error. Please check your request data.
- application/json
- Schema
- Example (from schema)
Schema
errors
object
nullable
{
"message": "string",
"errors": {}
}
The user is unauthorized or the session expired
The user does not have permission
If the agent is not found.
There was an unexpected error