For AI agents: visit https://techdocs.akamai.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
{
"type": "about:blank",
"title": "Bad Request",
"status": 400,
"errors": [
{
"type": "about:blank",
"title": "Bad Request",
"detail": "Invalid value: 'someProperty', parameter: sort",
"parameter": "sort",
"value": "someProperty"
}
]
}
{
"type": "/event-center/error-types/constraint-violation",
"title": "Constraint violation",
"status": 400,
"errors": [
{
"type": "/event-center/error-types/constraint-violation",
"title": "Constraint violation",
"detail": "end must not be null",
"path": "end",
"value": null
},
{
"type": "/event-center/error-types/constraint-violation",
"title": "Constraint violation",
"detail": "start must not be null",
"path": "start",
"value": null
},
{
"type": "/event-center/error-types/constraint-violation",
"title": "Constraint violation",
"detail": "name must not be blank",
"path": "name",
"value": null
}
]
}