Update pack

What is it for?

{packId} in the URL → the number of the pack you want to modify

Conditions

  • Requires authentication.
  • Validations:
    • If the pack does not exist:
    • Error: PACK_NOT_FOUND (HTTP 404)
    • Message: "No pack found with ID {id}."
    • Updating "items" automatically creates a new version of the pack.
    • Previous versions are kept for historical traceability.

Parameters

Fill in the fields in Body Params, Query Params and/or Path Params as applicable.

Expected response

HTTP 204 → No content

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≥ 1

Pack ID to update. Minimum value: 1.

Body Params
string

Field title.

items
array of objects

Campo items.

items
Responses
204

Pack updated

400

Validation error

404

Pack not found

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!