Skip to main content
POST
Prioritise solutions

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

Body

application/json

Request schema for prioritising solutions

beforeId
string | null
required

ID of solution before which to place the solutions, or null to place at the end

solutionIds
string[]
required

List of solution IDs to move

Minimum array length: 1
triggeredBy
enum<string>

Who triggered the priority update. If not provided, defaults to 'user'

Available options:
user,
AI

Response

Solution prioritization request accepted and queued for processing