(ctx context.Context, id uuid.UUID)
| 1172 | // This will always work regardless of the current state of the template version. |
| 1173 | UnarchiveTemplateVersion(ctx context.Context, arg UnarchiveTemplateVersionParams) error |
| 1174 | UnfavoriteWorkspace(ctx context.Context, id uuid.UUID) error |
| 1175 | // Resets linked_id to '' for OIDC links where the linked_id is non-empty |
| 1176 | // and does not begin with the expected issuer prefix. This allows users to |
| 1177 | // re-authenticate under a new OIDC provider. |
no outgoing calls