Skip to content

Commit 60c2dc7

Browse files
authored
Merge pull request #337 from Verolop/add-cloud-api-link
docs(api): add link to postman docs for Cloud API
2 parents cff27d4 + 3577c7a commit 60c2dc7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

pages/authzed/_meta.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"guides": "Guides",
33
"concepts": "Concepts",
4-
"links": "Links"
4+
"links": "Links",
5+
"api": "API Reference"
56
}

pages/authzed/api/_meta.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"grpc-api": {
3+
"title": "gRPC API Reference",
4+
"href": "https://buf.build/authzed/api/docs/main:authzed.api.v1",
5+
"newWindow": true
6+
},
7+
"http-api": {
8+
"title": "HTTP API Reference",
9+
"href": "https://www.postman.com/authzed/workspace/spicedb/overview",
10+
"newWindow": true
11+
},
12+
"cloud-api": {
13+
"title": "Cloud API Reference",
14+
"href": "https://www.postman.com/authzed/spicedb/collection/5fm402n/authzed-cloud-api",
15+
"newWindow": true
16+
}
17+
}

0 commit comments

Comments
 (0)