From f9244b2b2376b23527d0a8709a9964536564cff0 Mon Sep 17 00:00:00 2001 From: sugandh Date: Fri, 14 Nov 2025 21:48:32 +0530 Subject: [PATCH 1/5] Update docs --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 60804540d..8a45107a0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -538,7 +538,7 @@ 55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864 -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688, -104.0616 -231.873,-231.248 z - " fill="currentColor">

SpaceCat API (1.225.6)

Download OpenAPI specification:

SpaceCat API (1.236.0)

Download OpenAPI specification:

The SpaceCat API is used to manage edge delivery site directory and obtain audit information.

Authentication

api_key

DEPRECATED, use scoped_api_key or ims_key. (Used for read-only operations.)

@@ -4183,7 +4183,7 @@ " class="sc-eVqvcJ sc-fszimp kIppRw drqpJr">

The opportunity ID in uuid format

Request Body schema: application/json
required
Array
id
required
string <uuid> (Id)

UUID of this suggestion

-
status
required
string (SuggestionStatus)
Enum: "NEW" "APPROVED" "SKIPPED" "FIXED" "ERROR"
status
required
string (SuggestionStatus)
Enum: "NEW" "APPROVED" "SKIPPED" "FIXED" "ERROR" "IN_PROGRESS" "OUTDATED" "PENDING_VALIDATION"

Status of this suggestion; status reflects overall fix execution, flagged here for optimization

Responses

Request Body schema: application/json
required
Array
id
required
string <uuid> (Id)

UUID of this fix

-
status
required
string (SuggestionStatus)
Enum: "NEW" "APPROVED" "SKIPPED" "FIXED" "ERROR"
status
required
string (SuggestionStatus)
Enum: "NEW" "APPROVED" "SKIPPED" "FIXED" "ERROR" "IN_PROGRESS" "OUTDATED" "PENDING_VALIDATION"

Status of this fix; status reflects overall fix execution, flagged here for optimization

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "fixes": [
    ],
  • "metadata": {
    }
}