Changed "Instagram" to "Instagram Professional" in custom connector files.

This commit is contained in:
Jyothi Swaroop Charla Charla 2020-08-07 19:11:39 +05:30
Родитель b21767fba1
Коммит 2d7b69645c
2 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# Instagram Connector
# Instagram Professional Connector
### NOTE
> This is a *sample* connector. The connector is provided here with the intent to illustrate certain features and functionality around connectors.
@ -24,7 +24,7 @@ This connector only supports scenarios with Instagram Professional accounts.
The following actions are supported by the connector:
* `Get my accounts`: This operation gets the Instagram user accounts.
* `Get my accounts`: This operation gets the Instagram Professional user accounts.
* `Get my profile`: This operation returns detailed information about a User.

Просмотреть файл

@ -3,15 +3,15 @@
"consumes": [],
"host": "graph.facebook.com",
"info": {
"description": "A sample Instagram connector with actions operating off Instagram Professional accounts.",
"title": "Instagram",
"description": "A sample Instagram Professional connector with actions operating of Instagram Professional accounts.",
"title": "Instagram Professional",
"version": "1.0"
},
"parameters": {},
"paths": {
"/v7.0/me/accounts": {
"get": {
"description": "This operation gets Instagram User accounts.",
"description": "This operation gets Instagram Professional User accounts.",
"summary": "Get my accounts",
"operationId": "GetMyAccounts",
"consumes": [],
@ -59,7 +59,7 @@
"description": "Unique ID of the user.",
"required": true,
"type": "string",
"x-ms-summary": "Instagram User ID"
"x-ms-summary": "Instagram Professional User ID"
},
{
"name": "fields",
@ -100,7 +100,7 @@
"description": "Unique ID of the user.",
"required": true,
"type": "string",
"x-ms-summary": "Instagram User ID"
"x-ms-summary": "Instagram Professional User ID"
},
{
"name": "fields",
@ -141,7 +141,7 @@
"description": "Unique ID of the media.",
"required": true,
"type": "string",
"x-ms-summary": "Instagram media ID"
"x-ms-summary": "Instagram Professional media ID"
},
{
"name": "fields",
@ -179,8 +179,8 @@
"type": "object",
"properties": {
"id": {
"description": "Instagram User's ID.",
"title": "Instagram user id",
"description": "Instagram Professional User's ID.",
"title": "Instagram Professional user id",
"type": "string"
}
}
@ -208,7 +208,7 @@
"x-ms-visibility": "advanced"
},
"ig_id": {
"description": "The User's Instagram Legacy API User ID.",
"description": "The User's Instagram Professional Legacy API User ID.",
"title": "Legacy API user id",
"type": "integer",
"format": "int32",
@ -286,7 +286,7 @@
"x-ms-visibility": "advanced"
},
"ig_id": {
"description": "The User's Instagram Legacy API Media ID.",
"description": "The User's Instagram Professional Legacy API Media ID.",
"title": "Legacy API media id",
"type": "string",
"x-ms-visibility": "advanced"