auditType required
string
The type of audit to be enabled or disabled.
@@ -2703,7 +2727,31 @@
" class="sc-eVqvcJ sc-fszimp kIppRw drqpJr">
Development server
https://spacecat.experiencecloud.live/api/ci /configurations/sites/audits
https://spacecat.experiencecloud.live/api/v1 /configurations/sites/audits
Request samples Content type application/json
Copy
Expand all Collapse all [ { "auditType" : "cwv" ,
"enable" : true
} ]
Response samples Content type application/json
{ "status" : 0 ,
"message" : "string"
}
Retrieves brands for an organization https://spacecat.experiencecloud.live/api/v1 /configurations/sites/audits
Request samples Content type application/json
Copy
Expand all Collapse all [ { "auditType" : "cwv" ,
"enable" : true
} ]
Response samples Content type application/json
{ "status" : 0 ,
"message" : "string"
}
Update sandbox audit configurations Updates the configuration settings for sandbox audit types. This endpoint allows
+administrators to enable/disable specific audit types for sandbox sites and set
+their expiration times. Only the audit types provided in the request will be updated.
+
Request Body schema: application/json required
sandboxConfigs required
object (SandboxAuditsConfig)
Sandbox audit configurations to update
+
Responses 200 Sandbox configurations updated successfully
+
400 Bad request - invalid configuration data
+
403 Forbidden - admin access required
+
404 Configuration not found
+
patch /configurations/sandbox https://spacecat.experiencecloud.live/api/ci /configurations/sandbox
https://spacecat.experiencecloud.live/api/v1 /configurations/sandbox
Request samples Content type application/json
Example Update multiple audit types Enable a single audit type Update multiple audit types Copy
Expand all Collapse all { "sandboxConfigs" :
{ "meta-tags" :
{ "expire" : "5" ,
"enabled" : true
} , "alt-text" :
{ "expire" : "10" ,
"enabled" : false
} } }
Response samples Content type application/json
Copy
Expand all Collapse all
Retrieves brands for an organization This endpoint provide a list of brands the user have access to in the given organization.
path Parameters organizationId required
string <uuid> (Id)
Example: 123e4567-e89b-12d3-a456-426614174000
The organization ID in uuid format
@@ -3819,7 +3867,7 @@
" class="sc-eVqvcJ sc-fszimp kIppRw drqpJr">
Production server
https://spacecat.experiencecloud.live/api/v1 /sites/{siteId}/opportunities/{opportunityId}/status
Request samples Content type application/json
Copy
Expand all Collapse all Response samples Content type application/json
Copy
Expand all Collapse all { "fixes" :
[ { "index" : 0 ,
"statusCode" : 0 ,
"fix" :
{ "id" : "497f6eca-6276-4993-bfeb-53cbbbba6f08" ,
"opportunityId" : "3d9795f2-7722-4e1d-b41e-0c5d0c24a902" ,
"type" : "REDIRECT_UPDATE" ,
"createdAt" : "2019-08-24T14:15:22Z" ,
"executedBy" : "string" ,
"executedAt" : "2019-08-24T14:15:22Z" ,
"publishedAt" : "2019-08-24T14:15:22Z" ,
"changeDetails" : { } ,
"status" : "PENDING"
} } ] , "metadata" :
{ "total" : 0 ,
"success" : 0 ,
"failure" : 0
} }