Commit 4a891fc
PER-15119: remove deprecated pdp-api.permit.io host from docs (#638)
* PER-15119: remove deprecated pdp-api.permit.io host from docs
The shared public PDP at pdp-api.permit.io is a legacy/decommissioned
instance and is no longer in use. Remove all references to that host:
- PDP API Reference page: drop the dead online redoc iframe embed and
keep the local-PDP OpenAPI/redoc guidance.
- SDK redoc deep-links (all-tenants, url-mapping): repoint to the
internal /api/pdp-api-reference page.
- authz-query curl examples (all-tenants, authorized_users,
user-permissions): repoint to the local PDP at http://localhost:7766,
matching the convention used elsewhere in the docs.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* PER-15119: fix local PDP redoc/openapi URL to localhost:7766
The PDP API Reference page referenced localhost:7000, which is the
container-internal port. The host-mapped port used everywhere else in
the docs (via -p 7766:7000) is 7766. Repoint the browser-facing
openapi.json/redoc URLs to localhost:7766 for consistency.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 16539a1 commit 4a891fc
5 files changed
Lines changed: 8 additions & 23 deletions
File tree
- docs
- api
- how-to/enforce-permissions/url-mapping
- sdk/nodejs
- src/sdks/walkthroughs/authz-queries
- getAuthorizedUsers
- getUserPermissions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 12 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments