PUT
/
services
/
{id}
{
  "created_at": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "logout_url": "<string>",
  "name": "<string>",
  "redirect_url": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "webhook_url": "<string>"
}

Path Parameters

id
string
required

Body

application/json
logout_url
string | null
name
string | null
redirect_url
string | null
webhook_url
string | null

Response

200
application/json
created_at
string
required
id
string
required
logout_url
string
required
name
string
required
redirect_url
string
required
updated_at
string
required
webhook_url
string
required