Skip to content

Commit

Permalink
docs: bump to 36aef612555cf414e9da7ba2acc5c8bbb6775cd5
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 24, 2024
1 parent c7441c3 commit 4654d64
Showing 1 changed file with 62 additions and 18 deletions.
80 changes: 62 additions & 18 deletions docs/reference/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,17 @@
"x-go-enum-desc": "prod Production\nstage Staging\ndev Development"
},
"home_region": {
"description": "\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": ["eu-central", "us-east", "us-west", "us", "global"],
"description": "\neu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": [
"eu-central",
"asia-northeast",
"us-east",
"us-west",
"us",
"global"
],
"type": "string",
"x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"
"x-go-enum-desc": "eu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global"
},
"hydra_oauth2_allowed_top_level_claims": {
"$ref": "#/components/schemas/StringSliceJSONFormat"
Expand Down Expand Up @@ -2534,10 +2541,17 @@
"x-go-enum-desc": "prod Production\nstage Staging\ndev Development"
},
"home_region": {
"description": "Home Region\n\nThe home region of the project. This is the region where the project will be created.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": ["eu-central", "us-east", "us-west", "us", "global"],
"description": "Home Region\n\nThe home region of the project. This is the region where the project will be created.\neu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": [
"eu-central",
"asia-northeast",
"us-east",
"us-west",
"us",
"global"
],
"type": "string",
"x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"
"x-go-enum-desc": "eu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global"
},
"name": {
"description": "The name of the project to be created",
Expand Down Expand Up @@ -3480,10 +3494,13 @@
"description": "Response for a single identity patch",
"properties": {
"action": {
"description": "The action for this specific patch\ncreate ActionCreate Create this identity.",
"enum": ["create"],
"description": "The action for this specific patch\ncreate ActionCreate Create this identity.\nerror ActionError Error indicates that the patch failed.",
"enum": ["create", "error"],
"type": "string",
"x-go-enum-desc": "create ActionCreate Create this identity."
"x-go-enum-desc": "create ActionCreate Create this identity.\nerror ActionError Error indicates that the patch failed."
},
"error": {
"$ref": "#/components/schemas/DefaultError"
},
"identity": {
"description": "The identity ID payload of this patch",
Expand Down Expand Up @@ -4457,11 +4474,18 @@
"x-go-enum-desc": "prod Production\nstage Staging\ndev Development"
},
"home_region": {
"description": "The project's data home region.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": ["eu-central", "us-east", "us-west", "us", "global"],
"description": "The project's data home region.\neu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": [
"eu-central",
"asia-northeast",
"us-east",
"us-west",
"us",
"global"
],
"readOnly": true,
"type": "string",
"x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"
"x-go-enum-desc": "eu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global"
},
"hosts": {
"$ref": "#/components/schemas/StringSliceJSONFormat"
Expand Down Expand Up @@ -5571,6 +5595,12 @@
"organization_id": {
"$ref": "#/components/schemas/NullUUID"
},
"pkce": {
"description": "PKCE controls if the OpenID Connect OAuth2 flow should use PKCE (Proof Key for Code Exchange).\nPossible values are: `auto` (default), `never`, `force`.\n`auto`: PKCE is used if the provider supports it. Requires setting `issuer_url`.\n`never`: Disable PKCE entirely for this provider, even if the provider advertises support for it.\n`force`: Always use PKCE, even if the provider does not advertise support for it. OAuth2 flows will fail if the provider does not support PKCE.\nIMPORTANT: If you set this to `force`, you must whitelist a different return URL for your OAuth2 client in the provider's configuration.\nInstead of \u003cbase-url\u003e/self-service/methods/oidc/callback/\u003cprovider\u003e, you must use \u003cbase-url\u003e/self-service/methods/oidc/callback\n(Note the missing \u003cprovider\u003e path segment and no trailing slash).",
"enum": ["auto", "never", "force"],
"nullable": true,
"type": "string"
},
"project_revision_id": {
"description": "The Revision's ID this schema belongs to",
"format": "uuid",
Expand Down Expand Up @@ -6641,10 +6671,17 @@
"x-go-enum-desc": "prod Production\nstage Staging\ndev Development"
},
"home_region": {
"description": "The project home region.\n\nThis is used to set where the project data is stored and where the project's endpoints are located.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": ["eu-central", "us-east", "us-west", "us", "global"],
"description": "The project home region.\n\nThis is used to set where the project data is stored and where the project's endpoints are located.\neu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": [
"eu-central",
"asia-northeast",
"us-east",
"us-west",
"us",
"global"
],
"type": "string",
"x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"
"x-go-enum-desc": "eu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global"
},
"id": {
"description": "The project's ID.",
Expand Down Expand Up @@ -7178,10 +7215,17 @@
"x-go-enum-desc": "prod Production\nstage Staging\ndev Development"
},
"home_region": {
"description": "The project's data home region\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": ["eu-central", "us-east", "us-west", "us", "global"],
"description": "The project's data home region\neu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global",
"enum": [
"eu-central",
"asia-northeast",
"us-east",
"us-west",
"us",
"global"
],
"type": "string",
"x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"
"x-go-enum-desc": "eu-central EUCentral\nasia-northeast AsiaNorthEast\nus-east USEast\nus-west USWest\nus US\nglobal Global"
},
"hosts": {
"$ref": "#/components/schemas/StringSliceJSONFormat"
Expand Down

0 comments on commit 4654d64

Please sign in to comment.