Certificates
Create a new Certificate
Create a new Certificate
post/{workspace}/certificates
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Request body
Example request
{
"cert": "-----BEGIN CERTIFICATE-----\ncertificate-content\n-----END CERTIFICATE-----",
"id": "b2f34145-0343-41a4-9602-4c69dec2f269",
"key": "-----BEGIN PRIVATE KEY-----\nprivate-key-content\n-----END PRIVATE KEY-----"
}Response
Successfully created Certificate
Example response
{
"cert": "-----BEGIN CERTIFICATE-----\ncertificate-content\n-----END CERTIFICATE-----",
"id": "b2f34145-0343-41a4-9602-4c69dec2f269",
"key": "-----BEGIN PRIVATE KEY-----\nprivate-key-content\n-----END PRIVATE KEY-----"
}Changes
Changed in 1 of the 11 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 11 revisions, 1 has no diff computed.