Skip to content

Commit

Permalink
Rename Post to Grants (#3947)
Browse files Browse the repository at this point in the history
* Rename Post to Grants

* Update graphrbac.json
  • Loading branch information
lmazuel authored Sep 24, 2018
1 parent 53d4771 commit d62e149
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions specification/graphrbac/data-plane/stable/1.6/graphrbac.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
}
}
}
},
},
"/{tenantID}/applications/{applicationObjectId}/keyCredentials": {
"get": {
"tags": [
Expand Down Expand Up @@ -831,7 +831,7 @@
}
}
}
}
}
},
"/{tenantID}/groups/{objectId}/getMemberGroups": {
"post": {
Expand Down Expand Up @@ -1628,13 +1628,13 @@
},
"post" : {
"tags": [
"OAuth2Permissions_post"
"OAuth2Permissions_Grant"
],
"consumes" : [ "application/json" ],
"operationId": "OAuth2_Post",
"description": "Grants OAuth2 permissions for the relevant resource Ids of an app.",
"produces" : [ "application/json" ],
"parameters" : [
"parameters" : [
{
"in" : "body",
"name" : "body",
Expand Down Expand Up @@ -2227,7 +2227,7 @@
{
"$ref": "#/definitions/DirectoryObject"
}
],
],
"properties": {
"appId": {
"type": "string",
Expand Down Expand Up @@ -2305,7 +2305,7 @@
"type": "object"
},
"description": "Request parameters for adding a owner to an application."
},
},
"KeyCredentialListResult": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2550,7 +2550,7 @@
{
"$ref": "#/definitions/DirectoryObject"
}
],
],
"properties": {
"displayName": {
"type": "string",
Expand Down Expand Up @@ -2689,7 +2689,7 @@
"$ref": "#/definitions/DirectoryObject"
}
],
"type": "object",
"type": "object",
"properties": {
"displayName": {
"type": "string",
Expand Down Expand Up @@ -2890,7 +2890,7 @@
"name": "UserType",
"modelAsString": true
}
},
},
"accountEnabled": {
"type": "boolean",
"description": "Whether the account is enabled."
Expand Down Expand Up @@ -3122,4 +3122,4 @@
"x-ms-parameter-location": "client"
}
}
}
}

0 comments on commit d62e149

Please sign in to comment.