Body
The details of the signing update, including the new callback URL.
Sample request:
PATCH /api/v1/signings/{id} { "CallbackUrl": "https://newcallbackurl.com" }
Get or Set the Callback URL. This property represents the URL to which callbacks related to the signing should be sent.
curl \
--request PATCH 'https://api.lwolf.com/authentisign/api/v1/signings/{id}' \
--header "Content-Type: application/json" \
--data '{"callbackUrl":"string"}'
curl \
--request PATCH 'https://api.lwolf.com/authentisign/api/v1/signings/{id}' \
--header "Content-Type: text/json"
curl \
--request PATCH 'https://api.lwolf.com/authentisign/api/v1/signings/{id}' \
--header "Content-Type: application/*+json"
{
"callbackUrl": "string"
}
{
"callbackUrl": "string"
}
{
"callbackUrl": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}