/projects/{project_gid}/saveAsTemplateCreate a project template from a project
Triggers asynchronous creation of a project template from a project and returns a job representing the template creation process. Supply name and public, and specify either team for an organization project or workspace for a workspace project. Poll the returned job to monitor template creation.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Inputs for creating a project template, including its name, visibility, and destination team or workspace.
A 400 is returned when the request is missing or malformed, a 401 when no valid authentication token is provided, and a 403 when access is denied. A 404 is returned when the project or action does not exist, and a 500 indicates a server-side failure. Include name and public; provide team or workspace according to where the project exists, but do not use both for the same project.