POST
/
reports
curl --request POST \
  --url http://api.usenomad.ai/reports \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "tag": "<string>",
  "id": 123
}'
{
  "name": "<string>",
  "tag": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Report to add to the store
name
string
required

The name of the report

id
integer
required

Identification number of the report

tag
string

Tag to specify the type

Response

200
application/json
report response
name
string
required

The name of the report

tag
string

Tag to specify the type