Update the callback URL for a signing. This endpoint allows you to update the callback URL on the signing for webhook events.

PATCH /api/v1/signings/{id}

Sample request:

PATCH /api/v1/signings/{id} { "CallbackUrl": "https://newcallbackurl.com" }

Path parameters

  • id string(uuid) Required

    The identifier of the signing to be updated.

Query parameters

  • CallbackUrl

    Get or Set the Callback URL. This property represents the URL to which callbacks related to the signing should be sent.

Body

The details of the signing update, including the new callback URL.

  • callbackUrl string | null

Body

The details of the signing update, including the new callback URL.

  • callbackUrl string | null

Body

The details of the signing update, including the new callback URL.

  • callbackUrl string | null

Responses

  • 200

    Success

  • Bad Request

    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
  • Not Found

    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
PATCH /api/v1/signings/{id}
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"
Request examples
{
  "callbackUrl": "string"
}
Request examples
{
  "callbackUrl": "string"
}
Request examples
{
  "callbackUrl": "string"
}
Response examples (400)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (400)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}