Skip to main content
PATCH
Assign error flavours

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Body

application/json
flavourIDs
string[]
required

Flavour IDs to (un)assign (format erf-<number>).

Required array length: 1 - 1000 elements
errorID
string

Error to assign the flavours to (format err-<number>). Omit to unassign the flavours.

assignSource
enum<string>

Provenance of this assignment (defaults to manual). Only allowed together with errorID; unassigning always clears the stored provenance.

Available options:
manual,
kb,
agent
assignReason
string

Human-readable explanation of why these flavours belong to the error; stored per flavour and overwritten on remap. Only allowed together with errorID.

Response

Assignment applied.

assignedCount
integer<int64>
required

Number of flavours whose assignment was changed.