Create Request

Create a new request

POST https://api.xenia.team/v1/requests

Create new request

Headers

NameTypeDescription

Authorization*

JWT Token

Access token

Request Body

NameTypeDescription

title*

string

The name of request

description*

string

taskId

string

id of parent location

locationId

String

assetId

String

categoryId

String

status*

String

priority*

String

{
    "id": "e77b6442-de60-401c-a173-0afc84a5747e",
    "title": "Fix all light bulbs",
    "description": "do it in all places",
    "priority": "",
    "location": {},
    "asset": {},
    "category": {},
    "task": {},
    "status": "in progress",
    "createdAt": 1701743645
    "updatedAt": 2001743645
}

Last updated