Skip to main content
POST
/
documents
/
{identifier}
/
changelogs
Update a document via changelogs
curl --request POST \
  --url https://api-joy.joyfill.io/v1/documents/{identifier}/changelogs \
  --header 'Content-Type: application/json' \
  --data '{
  "changelogs": [
    "<any>"
  ]
}'
"{\n  \"type\": \"String\",\n  \"identifer\": \"String\",\n  \"name\": \"String\",\n  \"group\": \"String\",\n  \"stage\": \"String\",\n  \"files\": \"Array\",\n  \"fields\": \"Array\"\n}"

Headers

Authorization
string

Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication

Path Parameters

identifier
string
required

Body

application/json
changelogs
any[]

Array of Joyfill changelog objects. See https://docs.joyfill.io/docs/changelogs

Response

200 - application/json

200

type
string
Example:

"String"

identifer
string
Example:

"String"

name
string
Example:

"String"

group
string
Example:

"String"

stage
string
Example:

"String"

files
string
Example:

"Array"

fields
string
Example:

"Array"