application
Create an application.
post/application
Request body
Example request
{
"defaultPriority": 5,
"description": "Backup server for the interwebs",
"name": "Backup Server",
"sortKey": "a1"
}Response
Ok
Example response
{
"createdAt": "2019-01-01T00:00:00Z",
"defaultPriority": 4,
"description": "Backup server for the interwebs",
"id": 5,
"image": "image/image.jpeg",
"lastUsed": "2019-01-01T00:00:00Z",
"name": "Backup Server",
"sortKey": "a1",
"token": "AWH0wZ5r0Mbac.r"
}