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