Skip to main content
POST
Update Credential Group

Description

This endpoint allows you to update an existing credential group in Hyperstack. The group key is passed as a URL path parameter. Only the fields provided in the request body will be updated.

Headers

string
required
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access

Path Parameters

string
required
Unique key of the credential group to update.

Body Parameters

string
required
Updated title of the credential group.
string
required
Updated description of the credential group.
string
required
New certificate template key.
string
required
New badge template key.
string
required
Updated external URL associated with the credential group.
array[string]
required
Updated tags for the credential group.
string
required
Updated human-readable code for the group. Alphanumeric, hyphens, and spaces only.
boolean
required
Indicates whether credentials in this group expire.
number
required
Validity period (in years) if does_expire is true.
boolean
required
Enable/disable decentralized blockchain anchoring for credentials.

Success Response Fields

boolean
Indicates whether the group update was successful. Always true for a 200 response.

Responses


Last modified on February 22, 2026