diff --git a/sdk/swaggers/swagger.json b/sdk/swaggers/swagger.json index e24a67fb..f70e6b45 100644 --- a/sdk/swaggers/swagger.json +++ b/sdk/swaggers/swagger.json @@ -12979,6 +12979,14 @@ "application/json" ], "parameters": [ + { + "name": "groupId", + "in": "path", + "description": "The workspace ID", + "required": true, + "type": "string", + "format": "uuid" + }, { "name": "groupId", "in": "path", @@ -20219,7 +20227,7 @@ ], "description": "A Power BI user access right entry for dataflow", "properties": { - "DataflowUserAccessRight": { + "dataflowUserAccessRight": { "type": "string", "description": "Access rights user has for the dataflow (Permission level)", "enum": [ @@ -22727,6 +22735,11 @@ } ] } + }, + "lastUpdatedTime": { + "type": "string", + "format": "date-time", + "description": "The last time the operation was updated." }, "sourceAndTarget": { "description": "The source and target items of the step",