Skip to content

Commit e62c260

Browse files
aeneasrunatasha8
authored andcommitted
docs: bump to 99e1d24edde1c46372cb61a1839961fde59dba8b
1 parent 1af52f5 commit e62c260

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16173,7 +16173,7 @@
1617316173
},
1617416174
"/projects/{project_id}/organizations": {
1617516175
"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.",
1617716177
"operationId": "listOrganizations",
1617816178
"parameters": [
1617916179
{
@@ -16271,7 +16271,7 @@
1627116271
"tags": ["project"]
1627216272
},
1627316273
"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.",
1627516275
"operationId": "createOrganization",
1627616276
"parameters": [
1627716277
{
@@ -16363,7 +16363,7 @@
1636316363
},
1636416364
"/projects/{project_id}/organizations/{organization_id}": {
1636516365
"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.",
1636716367
"operationId": "deleteOrganization",
1636816368
"parameters": [
1636916369
{
@@ -16455,7 +16455,7 @@
1645516455
"tags": ["project"]
1645616456
},
1645716457
"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",
1645916459
"operationId": "getOrganization",
1646016460
"parameters": [
1646116461
{
@@ -16534,7 +16534,7 @@
1653416534
"tags": ["project"]
1653516535
},
1653616536
"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.",
1653816538
"operationId": "updateOrganization",
1653916539
"parameters": [
1654016540
{
@@ -18498,7 +18498,7 @@
1849818498
}
1849918499
},
1850018500
{
18501-
"description": "An optional identity schema to use for the registration flow.",
18501+
"description": "An optional identity schema to use for the login flow.",
1850218502
"in": "query",
1850318503
"name": "identity_schema",
1850418504
"schema": {
@@ -18604,7 +18604,7 @@
1860418604
}
1860518605
},
1860618606
{
18607-
"description": "An optional identity schema to use for the registration flow.",
18607+
"description": "An optional identity schema to use for the login flow.",
1860818608
"in": "query",
1860918609
"name": "identity_schema",
1861018610
"schema": {

0 commit comments

Comments
 (0)