curl --request PUT \
  --url https://api.splose.com/v1/support-Items/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "Provider Travel",
  "toMinutes": 20,
  "returnMinutes": 20
}'
1

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required
Required range: x > 0
Example:

1

Body

application/json

Response

200 - text

Return 1 on success

The response is of type enum<number>.

Available options:
1