We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d72ed commit 88fbfcfCopy full SHA for 88fbfcf
README.md
@@ -8,5 +8,6 @@
8
https://api.pollygot.com/v1/posts?tenant={TENANT_ID}
9
10
# Request a single post
11
-https://api.pollygot.com/v1/posts/{post-slug}
+# Note that you still have to pass the Tenant ID (different tenants can have the same slug for their posts)
12
+https://api.pollygot.com/v1/posts/{post-slug}?tenant={TENANT_ID}
13
```
0 commit comments