Set template as default
POST/v1/proposal_templates/:id/set-default
Marks the given template as the organization default and removes the flag from the others. Only one template can be default at a time.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Template set as default.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.