Notification Types
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
Notification types
application/json
categorystringRequired
typestringRequired
descriptionstringRequired
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
501
unexpected error
application/json
503
unexpected error
application/json
get/api/v1/notification-types
GET /api/v1/notification-types HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"category": "Workload status change",
"type": "Creating",
"description": "Workload and associated resources are being created in the cluster"
}
]Last updated