Skip to main content
POST
/
v0
/
quickstarts
/
approve-style-guide
Approve quickstart style guide
curl --request POST \
  --url https://api.avidoai.com/v0/quickstarts/approve-style-guide \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>' \
  --data '
{
  "quickstartId": "123e4567-e89b-12d3-a456-426614174000"
}
'
{
  "data": {
    "quickstartId": "123e4567-e89b-12d3-a456-426614174000",
    "applicationId": "456e4567-e89b-12d3-a456-426614174000",
    "styleGuideId": "789e4567-e89b-12d3-a456-426614174000"
  }
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

application/json

Request body for approving a quickstart style guide

quickstartId
string<uuid>
required

The ID of the quickstart to approve

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Successfully approved style guide

Response schema for approving a quickstart style guide and creating a style guide record

data
object
required