diff --git a/data/api/v2/full_spec.yaml b/data/api/v2/full_spec.yaml index fde9f7f69aa41..a2d7ec11dd66e 100644 --- a/data/api/v2/full_spec.yaml +++ b/data/api/v2/full_spec.yaml @@ -65247,6 +65247,39 @@ paths: get: description: Returns a list of org connections. operationId: ListOrgConnections + parameters: + - description: The Org ID of the sink org. + example: 0879ce27-29a1-481f-a12e-bc2a48ec9ae1 + in: query + name: sink_org_id + required: false + schema: + type: string + - description: The Org ID of the source org. + example: 0879ce27-29a1-481f-a12e-bc2a48ec9ae1 + in: query + name: source_org_id + required: false + schema: + type: string + - description: The limit of number of entries you want to return. Default is + 1000. + example: 1000 + in: query + name: limit + required: false + schema: + format: int64 + type: integer + - description: The pagination offset which you want to query from. Default is + 0. + example: 0 + in: query + name: offset + required: false + schema: + format: int64 + type: integer responses: '200': content: diff --git a/data/api/v2/full_spec_deref.json b/data/api/v2/full_spec_deref.json index 5d814984bb403..9f45d5b2ba3a9 100644 --- a/data/api/v2/full_spec_deref.json +++ b/data/api/v2/full_spec_deref.json @@ -535074,6 +535074,50 @@ "get": { "description": "Returns a list of org connections.", "operationId": "ListOrgConnections", + "parameters": [ + { + "description": "The Org ID of the sink org.", + "example": "0879ce27-29a1-481f-a12e-bc2a48ec9ae1", + "in": "query", + "name": "sink_org_id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "description": "The Org ID of the source org.", + "example": "0879ce27-29a1-481f-a12e-bc2a48ec9ae1", + "in": "query", + "name": "source_org_id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "description": "The limit of number of entries you want to return. Default is 1000.", + "example": 1000, + "in": "query", + "name": "limit", + "required": false, + "schema": { + "format": "int64", + "type": "integer" + } + }, + { + "description": "The pagination offset which you want to query from. Default is 0.", + "example": 0, + "in": "query", + "name": "offset", + "required": false, + "schema": { + "format": "int64", + "type": "integer" + } + } + ], "responses": { "200": { "content": { diff --git a/static/resources/json/full_spec_v2.json b/static/resources/json/full_spec_v2.json index 5d814984bb403..9f45d5b2ba3a9 100644 --- a/static/resources/json/full_spec_v2.json +++ b/static/resources/json/full_spec_v2.json @@ -535074,6 +535074,50 @@ "get": { "description": "Returns a list of org connections.", "operationId": "ListOrgConnections", + "parameters": [ + { + "description": "The Org ID of the sink org.", + "example": "0879ce27-29a1-481f-a12e-bc2a48ec9ae1", + "in": "query", + "name": "sink_org_id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "description": "The Org ID of the source org.", + "example": "0879ce27-29a1-481f-a12e-bc2a48ec9ae1", + "in": "query", + "name": "source_org_id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "description": "The limit of number of entries you want to return. Default is 1000.", + "example": 1000, + "in": "query", + "name": "limit", + "required": false, + "schema": { + "format": "int64", + "type": "integer" + } + }, + { + "description": "The pagination offset which you want to query from. Default is 0.", + "example": 0, + "in": "query", + "name": "offset", + "required": false, + "schema": { + "format": "int64", + "type": "integer" + } + } + ], "responses": { "200": { "content": {