Udpate metadata
This endpoint merges the provided metadata with existing metadata on the credit note. Existing keys not in the request are preserved. New keys are added, existing keys are updated.
Documentation Index
Fetch the complete documentation index at: https://lago-docs-dependabot-npm-and-yarn-axios-1-16-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The credit note unique identifier, created by Lago.
"1a901a90-1a90-1a90-1a90-1a901a901a90"
Body
Custom metadata stored as key-value pairs. Keys are strings (max 100 characters), values can be strings (max 255 characters) or null.
{
"external_id": "ext-123",
"synced_at": "2024-01-15",
"source": null
}Response
Credit note metadata merged
Custom metadata stored as key-value pairs. Keys are strings (max 100 characters), values can be strings (max 255 characters) or null.
{
"external_id": "ext-123",
"synced_at": "2024-01-15",
"source": null
}