0

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.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
user3579222
  • 1,103
  • 11
  • 28

1 Answers1

0

I found it

PATCH /api/2.0/permissions/repos/{RepoID}
user3579222
  • 1,103
  • 11
  • 28