Document: Update
API endpoint:
PUT PATCH https://app.marketix.io/api/v1/documents/{id}
Request example:
curl --location --request PUT 'https://app.marketix.io/api/v1/documents/{id}' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer {api_key}'
Parameters:
Parameter
Type
Description
name
string
The document name.
result
string
The document result.
favorite
boolean
Whether the document is favorite or not.
Last updated