Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
44 changes: 44 additions & 0 deletions data/api/v2/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
44 changes: 44 additions & 0 deletions static/resources/json/full_spec_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading