Skip to main content
PUT
/
v1
/
references
Update reference
curl --request PUT \
  --url https://api.vidjutsu.ai/v1/references \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "platform": "<string>",
  "notes": "<string>",
  "tags": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ],
  "metadata": "<unknown>"
}
'
{
  "referenceId": "<string>",
  "updated": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

Body

application/json
url
string
platform
string
notes
string
tags
object[]
metadata
any

Response

200 - application/json

The request has succeeded.

referenceId
string
required
updated
enum<boolean>
required
Available options:
true