Update Analysis
analyses
Update Analysis
Update an existing analysis.
Supports updating: name, description, URLs (add), sub-analyses (remove), prompts (replace), and configuration.
PATCH
Update Analysis
Authorizations
API Key for external integrations (format: greetincs_...)
Path Parameters
Analysis ID in TypeID format
Body
application/json
Request schema for updating an analysis.
All fields are optional. At least one field must be provided.
Required string length:
1 - 255Maximum string length:
1000URLs to add as new sub-analyses
Sub-analysis IDs to mark as SKIPPED
Replace all prompts with this list
Replace analysis configuration
Response
Successful Response
Analysis with loaded prompt details and URLs.
Analysis detail data.
HATEOAS links related to this response (e.g., self, next, prev)
Example:
[
{
"href": "/resource/{resource_id}",
"method": "GET",
"rel": "self",
"title": "Resource Details"
},
{
"href": "/resource/{resource_id}/related",
"method": "GET",
"rel": "related",
"title": "Related Resources"
}
]