Put https://app.moneygraph.ai/api/v1/invoice/signature/update/{signature_id}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
signature_id* string
ID of signature to update
titlestring
The title of the signature. This is used to identify the signature
image_urlstring
URL of the signature image.
image_sizeinteger
Size of the image as a percentage of its original dimensions. Accepted values: 10, 20, 30, 40, 50, 60, 70, 80, 90, or 100.
{
"message": "Invoice signature updated successfully",
"status": "success",
"data": {
"id": "2f5378ea-2291-4f34-b531-a73211d8649c",
"title": "First Signature",
"image_url": "https://cdn.pixabay.com/photo/2020/11/03/15/32/man-5710164_1280.jpg",
"mode": "test"
}
}