Skip to main content
PUT
/
v1
/
accounts
Update draft account
curl --request PUT \
  --url https://api.vidjutsu.ai/v1/accounts \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "name": "<string>",
  "bio": "<string>",
  "profilePictureUrl": "<string>",
  "linkInBio": "<string>",
  "tags": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ]
}
'
{
  "accountId": "<string>",
  "updated": true
}

Query Parameters

id
string
required

Body

application/json
username
string
name
string
bio
string
profilePictureUrl
string
tags
object[]

Response

200 - application/json

The request has succeeded.

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