Skip to content

Create audit labels

Request

PUT /v2/web-audits/{auditId}/labels
Security
API_Key
Path
auditIdinteger, (int32)required
Bodyapplication/json
emptybooleanrequired
traversableAgainbooleanrequired
PUT
/web-audits/{auditId}/labels
curl -i -X PUT \
  'https://api.observepoint.com/v2/web-audits/{auditId}/labels' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "empty": true,
    "traversableAgain": true
  }'

Responses

successful operation

Bodyapplication/json
idinteger, (int32)required
namestringrequired
Response
{ "id": 0, "name": "string" }