Get agent allowed MIME types
GET/api/v2/agent/:agentCode/volatileKnowledge/mimeTypes
Get agent allowed MIME types
Request
Path Parameters
agentCode stringrequired
The code of the agent.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
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
Loading...