Skip to content

Commit

Permalink
Merge pull request #230 from permitio/maya/per-8856-add-docs-for-acce…
Browse files Browse the repository at this point in the history
…ss-request-api-elements

add access-requests api docs
  • Loading branch information
maya-barak authored Jan 22, 2024
2 parents e64a2b7 + 28ca32a commit 65b0429
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/examples/create-tenant.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ The return user object will look like this:
"name": "New Tenant Name",
"description": "New tenant description",
"attributes": null
}```
}
```

## Get all tenants

Expand Down
1 change: 1 addition & 0 deletions docs/api/examples/get-project-and-env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ curl 'https://api.permit.io/v2/projects/project_id_or_key/envs' \

```
The return environment object will look like this:
```json
{
"key": "env_key",
"id": "20cce46340594f98b03c2189e40cxxxx",
Expand Down
Loading

0 comments on commit 65b0429

Please sign in to comment.