marketix
LoginSign Up
  • Welcome!
  • Getting Started
  • Best Practices
  • Pricing
  • FAQ
  • Documents API
    • Documents: List
    • Documents: Show
    • Document: Store
    • Document: Update
Powered by GitBook
On this page
  1. Documents API

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.

PreviousDocument: Store

Last updated 2 years ago