Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Prefix the value with "ApiKey" to indicate the custom authorization type

Path Parameters

slug
string
required
noteId
string<uuid>
required

Body

application/json

Partial update payload for a package note (FBS-3321)

note
object
required

Package note text

active
object
required

Set to false to deactivate the note. Must be a boolean if present; null is invalid.

Response

Package note updated

Package details returned by get/list package endpoints

id
string<uuid>
required

Unique identifier of the package

name
string
required

Display name of the package.

automaticOrder
boolean
required

When true, assigning this package can trigger automatic equipment ordering

approvalRequired
boolean
required

When true, orders from this package require admin approval

requireJustification
boolean
required

When true, requesters must provide a justification when ordering

slug
string
required

URL-safe unique identifier for the package

active
boolean
required

Whether the package is active

notes
object[]
required

Notes associated with the package

skuIds
string<uuid>[]

SKU UUIDs included in this package

assignedTo
object

People currently assigned to this package