Update an existing custom service.
cURL
curl --request PUT \ --url https://public.api.serval.com/v2/custom-services/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "domain": "<string>" } '
{ "data": { "id": "<string>", "teamId": "<string>", "name": "<string>", "domain": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the custom service.
The name of the custom service.
The domain for branding/logo lookup.
Success
The updated custom service.
Show child attributes
Was this page helpful?