POST
/
api
/
v1
/
sov
/
update
/
{id}
/
add_locations
curl --request POST \
  --url https://api.sovfixer.com/api/v1/sov/update/{id}/add_locations \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Body

Response

202
application/json

The response is of type object.