Packs

Update pack

Updates the metadata for an existing pack owned by the authenticated user. Allowed modifications include name, description, and cover image. Returns the updated pack with all current metadata.

patch/packs/{pack_id}

Path parameters

pack_idstring snowflake required

The ID of the pack

Request body

namestring

The new name of the pack

descriptionstring nullable

The new description of the pack

Response

Success

idstring required

The unique identifier (snowflake) for the pack

namestring required

The display name of the pack

descriptionstring nullable required

The description of the pack

type'emoji' | 'sticker' required

The type of expression pack (emoji or sticker)

creator_idstring required

The ID of the user who created the pack

created_atstring date-time required

ISO8601 timestamp of when the pack was created

updated_atstring date-time required

ISO8601 timestamp of when the pack was last updated

installed_atstring date-time

ISO8601 timestamp of when the pack was installed by the user

Changes

No recorded changes to this endpoint across all 1 revision of this API.