cURL
curl --request POST \ --url https://api.openworklabs.com/v1/orgs/{orgId}/templates \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "templateData": "<unknown>" } '
{ "template": { "id": "<string>", "organizationId": "<string>", "name": "<string>", "templateData": "<unknown>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "creator": { "memberId": "<string>", "userId": "<string>", "role": "<string>", "name": "<string>", "email": "jsmith@example.com", "image": "<string>" } } }
Stores a reusable shared template snapshot inside an organization.
Den TypeID with 'org_' prefix and a 26-character base32 suffix.
30
^org_.*
1 - 255
Template created successfully.
Show child attributes