Blueprints: Marketplace

Global blueprint library management.

List marketplace blueprints

get
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Responses
chevron-right
200

Success

No content

get
/api/v1/patchworks/blueprints
200

Success

No content

Create blueprint

post
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Responses
chevron-right
200

Success

No content

post
/api/v1/patchworks/blueprints
200

Success

No content

Get blueprint details

get
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
blueprintstringRequired
Responses
chevron-right
200

Success

No content

get
/api/v1/patchworks/blueprints/{blueprint}
200

Success

No content

Update blueprint

put
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
blueprintstringRequired
Responses
chevron-right
200

Success

No content

put
/api/v1/patchworks/blueprints/{blueprint}
200

Success

No content

Delete blueprint

delete
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
blueprintstringRequired
Responses
chevron-right
200

Success

No content

delete
/api/v1/patchworks/blueprints/{blueprint}
200

Success

No content

List unpublished blueprints

get
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Responses
chevron-right
200

Success

No content

get
/api/v1/patchworks/blueprints/unpublished
200

Success

No content

Last updated

Was this helpful?