Skip to content

Commit 88fbfcf

Browse files
authored
Fixing single API
1 parent 92d72ed commit 88fbfcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
https://api.pollygot.com/v1/posts?tenant={TENANT_ID}
99

1010
# Request a single post
11-
https://api.pollygot.com/v1/posts/{post-slug}
11+
# 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}
1213
```

0 commit comments

Comments
 (0)