Set Databricks Permissions via API

180 Views Asked by At

The Databricks spec introduces how to create permissions via an REST API. There, two path parameters are described: request_object_type, request_object_id. Unfortunately no examples are given for them. Where/How do I get those parameters from assuming that I want to set the permissions for a git Repo.

1

There are 1 best solutions below

0
On BEST ANSWER

I found it

PATCH /api/2.0/permissions/repos/{RepoID}