Skip to content

Commit 70da9e8

Browse files
shikharactions-user
authored andcommitted
sync protos
GitOrigin-RevId: b50a0db71e6dd3e13a4aeb3c883cc85789b2668c
1 parent e4284b4 commit 70da9e8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

s2/v1/openapi.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
{
164164
"name": "id",
165165
"in": "path",
166-
"description": "Access token ID.\nIt must be unique to the account and between 1 and 96 characters.",
166+
"description": "Access token ID that is unique to the account.\nIt can be between 1 and 96 bytes in length.",
167167
"required": true,
168168
"schema": {
169169
"type": "string"
@@ -352,7 +352,7 @@
352352
{
353353
"name": "basin",
354354
"in": "path",
355-
"description": "Basin name, which must be globally unique.\nThe name must be between 8 and 48 characters, comprising lowercase\nletters, numbers and hyphens. It cannot begin or end with a hyphen.",
355+
"description": "Basin name, which must be globally unique.\nIt can be between 8 and 48 characters in length,\nand comprise lowercase letters, numbers and hyphens.\nIt cannot begin or end with a hyphen.",
356356
"required": true,
357357
"schema": {
358358
"type": "string",
@@ -424,7 +424,7 @@
424424
{
425425
"name": "basin",
426426
"in": "path",
427-
"description": "Basin name, which must be globally unique.\nThe name must be between 8 and 48 characters, comprising lowercase\nletters, numbers and hyphens. It cannot begin or end with a hyphen.",
427+
"description": "Basin name, which must be globally unique.\nIt can be between 8 and 48 characters in length,\nand comprise lowercase letters, numbers and hyphens.\nIt cannot begin or end with a hyphen.",
428428
"required": true,
429429
"schema": {
430430
"type": "string",
@@ -486,7 +486,7 @@
486486
{
487487
"name": "basin",
488488
"in": "path",
489-
"description": "Basin name, which must be globally unique.\nThe name must be between 8 and 48 characters, comprising lowercase\nletters, numbers and hyphens. It cannot begin or end with a hyphen.",
489+
"description": "Basin name, which must be globally unique.\nIt can be between 8 and 48 characters in length,\nand comprise lowercase letters, numbers and hyphens.\nIt cannot begin or end with a hyphen.",
490490
"required": true,
491491
"schema": {
492492
"type": "string",
@@ -552,7 +552,7 @@
552552
{
553553
"name": "basin",
554554
"in": "path",
555-
"description": "Basin name, which must be globally unique.\nThe name must be between 8 and 48 characters, comprising lowercase\nletters, numbers and hyphens. It cannot begin or end with a hyphen.",
555+
"description": "Basin name, which must be globally unique.\nIt can be between 8 and 48 characters in length,\nand comprise lowercase letters, numbers and hyphens.\nIt cannot begin or end with a hyphen.",
556556
"required": true,
557557
"schema": {
558558
"type": "string",
@@ -805,7 +805,7 @@
805805
{
806806
"name": "stream",
807807
"in": "path",
808-
"description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.",
808+
"description": "Stream name that is unique to the basin.\nIt can be between 1 and 512 bytes in length.",
809809
"required": true,
810810
"schema": {
811811
"type": "string"
@@ -887,7 +887,7 @@
887887
{
888888
"name": "stream",
889889
"in": "path",
890-
"description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.",
890+
"description": "Stream name that is unique to the basin.\nIt can be between 1 and 512 bytes in length.",
891891
"required": true,
892892
"schema": {
893893
"type": "string"
@@ -997,7 +997,7 @@
997997
{
998998
"name": "stream",
999999
"in": "path",
1000-
"description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.",
1000+
"description": "Stream name that is unique to the basin.\nIt can be between 1 and 512 bytes in length.",
10011001
"required": true,
10021002
"schema": {
10031003
"type": "string"
@@ -1062,7 +1062,7 @@
10621062
{
10631063
"name": "stream",
10641064
"in": "path",
1065-
"description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.",
1065+
"description": "Stream name that is unique to the basin.\nIt can be between 1 and 512 bytes in length.",
10661066
"required": true,
10671067
"schema": {
10681068
"type": "string"
@@ -1157,7 +1157,7 @@
11571157
{
11581158
"name": "stream",
11591159
"in": "path",
1160-
"description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.",
1160+
"description": "Stream name that is unique to the basin.\nIt can be between 1 and 512 bytes in length.",
11611161
"required": true,
11621162
"schema": {
11631163
"type": "string"
@@ -1166,7 +1166,7 @@
11661166
{
11671167
"name": "s2-format",
11681168
"in": "header",
1169-
"description": "Define treatment of blob fields when using JSON content type:\n`raw` (default) or `base64`.",
1169+
"description": "Define treatment of blob fields when exchanging records as JSON.\nThe default is `raw`.",
11701170
"required": false,
11711171
"schema": {
11721172
"$ref": "#/components/schemas/S2Format"
@@ -1324,7 +1324,7 @@
13241324
{
13251325
"name": "stream",
13261326
"in": "path",
1327-
"description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.",
1327+
"description": "Stream name that is unique to the basin.\nIt can be between 1 and 512 bytes in length.",
13281328
"required": true,
13291329
"schema": {
13301330
"type": "string"
@@ -1333,7 +1333,7 @@
13331333
{
13341334
"name": "s2-format",
13351335
"in": "header",
1336-
"description": "Define treatment of blob fields when using JSON content type:\n`raw` (default) or `base64`.",
1336+
"description": "Define treatment of blob fields when exchanging records as JSON.\nThe default is `raw`.",
13371337
"required": false,
13381338
"schema": {
13391339
"$ref": "#/components/schemas/S2Format"
@@ -1448,7 +1448,7 @@
14481448
{
14491449
"name": "stream",
14501450
"in": "path",
1451-
"description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.",
1451+
"description": "Stream name that is unique to the basin.\nIt can be between 1 and 512 bytes in length.",
14521452
"required": true,
14531453
"schema": {
14541454
"type": "string"
@@ -1556,7 +1556,7 @@
15561556
},
15571557
"id": {
15581558
"type": "string",
1559-
"description": "Access token ID.\nIt must be unique to the account and between 1 and 96 characters."
1559+
"description": "Access token ID.\nIt must be unique to the account and between 1 and 96 bytes in length."
15601560
},
15611561
"scope": {
15621562
"$ref": "#/components/schemas/AccessTokenScope",

0 commit comments

Comments
 (0)