Skip to content

Commit

Permalink
typo: graphrbac (#4693)
Browse files Browse the repository at this point in the history
- otherwsie -> otherwise
- Objectit -> Object
- Reqired -> Required
  • Loading branch information
nschonni authored and jhendrixMSFT committed Dec 3, 2018
1 parent be66f7a commit a813aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/graphrbac/data-plane/stable/1.6/graphrbac.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
],
"responses": {
"200": {
"description": "OK. Indicates success. Returns true if the user, contact, group, or service principal is a direct or a transitive member of the specified group; otherwsie, false.",
"description": "OK. Indicates success. Returns true if the user, contact, group, or service principal is a direct or a transitive member of the specified group; otherwise, false.",
"schema": {
"$ref": "#/definitions/CheckGroupMembershipResult"
}
Expand Down Expand Up @@ -2001,7 +2001,7 @@
"in" : "body",
"name" : "body",
"required" : false,
"description": "The relevant app Service Principal Object Id and the Service Principal Objecit Id you want to grant.",
"description": "The relevant app Service Principal Object Id and the Service Principal Object Id you want to grant.",
"schema" : {
"$ref" : "#/definitions/Permissions"
},
Expand Down Expand Up @@ -2526,7 +2526,7 @@
"required": [
"resourceAccess"
],
"description": "Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application requires access to. The specified OAuth 2.0 permission scopes may be requested by client applications (through the requiredResourceAccess collection) when calling a resource application. The requiredResourceAccess property of the Application entity is a collection of ReqiredResourceAccess."
"description": "Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application requires access to. The specified OAuth 2.0 permission scopes may be requested by client applications (through the requiredResourceAccess collection) when calling a resource application. The requiredResourceAccess property of the Application entity is a collection of RequiredResourceAccess."
},
"ResourceAccess": {
"type": "object",
Expand Down

0 comments on commit a813aae

Please sign in to comment.