|
16173 | 16173 | }, |
16174 | 16174 | "/projects/{project_id}/organizations": { |
16175 | 16175 | "get": { |
16176 | | - "description": "Lists all Enterprise SSO organizations in a project.", |
| 16176 | + "description": "Deprecated: use getProject instead\n\nLists all Enterprise SSO organizations in a project.", |
16177 | 16177 | "operationId": "listOrganizations", |
16178 | 16178 | "parameters": [ |
16179 | 16179 | { |
|
16271 | 16271 | "tags": ["project"] |
16272 | 16272 | }, |
16273 | 16273 | "post": { |
16274 | | - "description": "Creates an Enterprise SSO Organization in a project.", |
| 16274 | + "description": "Deprecated: use setProject or patchProjectWithRevision instead\n\nCreates an Enterprise SSO Organization in a project.", |
16275 | 16275 | "operationId": "createOrganization", |
16276 | 16276 | "parameters": [ |
16277 | 16277 | { |
|
16363 | 16363 | }, |
16364 | 16364 | "/projects/{project_id}/organizations/{organization_id}": { |
16365 | 16365 | "delete": { |
16366 | | - "description": "Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.", |
| 16366 | + "description": "Deprecated: use setProject or patchProjectWithRevision instead\n\nIrrecoverably deletes an Enterprise SSO Organization in a project by its ID.", |
16367 | 16367 | "operationId": "deleteOrganization", |
16368 | 16368 | "parameters": [ |
16369 | 16369 | { |
|
16455 | 16455 | "tags": ["project"] |
16456 | 16456 | }, |
16457 | 16457 | "get": { |
16458 | | - "description": "Retrieves an Enterprise SSO Organization for a project by its ID", |
| 16458 | + "description": "Deprecated: use getProject instead\n\nRetrieves an Enterprise SSO Organization for a project by its ID", |
16459 | 16459 | "operationId": "getOrganization", |
16460 | 16460 | "parameters": [ |
16461 | 16461 | { |
|
16534 | 16534 | "tags": ["project"] |
16535 | 16535 | }, |
16536 | 16536 | "put": { |
16537 | | - "description": "Updates an Enterprise SSO Organization in a project by its ID.", |
| 16537 | + "description": "Deprecated: use setProject or patchProjectWithRevision instead\n\nUpdates an Enterprise SSO Organization in a project by its ID.", |
16538 | 16538 | "operationId": "updateOrganization", |
16539 | 16539 | "parameters": [ |
16540 | 16540 | { |
|
18498 | 18498 | } |
18499 | 18499 | }, |
18500 | 18500 | { |
18501 | | - "description": "An optional identity schema to use for the registration flow.", |
| 18501 | + "description": "An optional identity schema to use for the login flow.", |
18502 | 18502 | "in": "query", |
18503 | 18503 | "name": "identity_schema", |
18504 | 18504 | "schema": { |
|
18604 | 18604 | } |
18605 | 18605 | }, |
18606 | 18606 | { |
18607 | | - "description": "An optional identity schema to use for the registration flow.", |
| 18607 | + "description": "An optional identity schema to use for the login flow.", |
18608 | 18608 | "in": "query", |
18609 | 18609 | "name": "identity_schema", |
18610 | 18610 | "schema": { |
|
0 commit comments