v27

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-01620431.2 KB
Designs

Update a Design

put/v1/designs/{design_id}

Path parameters

design_idnumber required

ID of the Design in the form of an integer for the particular Design requested.

Request body

namestring required

Name of the Design (for your reference and never shown to the recipient).

kindstring required

Must be "certificate" or "badge" to specify the Design type.

encoded_contentstring required

The encoded content of the design.

background_bleedsboolean

Specifies if the design should allow print bleeding.

orientationstring

Must be "landscape" or "portrait" to specify a design's paper orientation.

sizestring

Must be "us-letter" or "a4" to specify a design's paper size.

meta_dataobject

You can use this parameter to attach key-value strings to the object. Meta data is useful for storing additional, structured information on an object.

Response

OK