Skip to content
Merged
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
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"
}
}
}
}