Skip to main content
PUT
/
api
/
services
/
{id}
Rename service
curl --request PUT \
  --url https://my.momanic.com/api/services/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
required

Response

200

Service updated