Skip to content

Commit

Permalink
Add the domain to one of the request examples
Browse files Browse the repository at this point in the history
Co-authored-by: hyagi <[email protected]>

Co-authored-by: Humberto Yagi <[email protected]>
  • Loading branch information
decko and git-hyagi authored Feb 19, 2025
1 parent c76310e commit c5370d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/guides/publish-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ at `/pulp/content/{domain}/{distribution.base_path}`:

=== "Create a distribution"
```bash
curl -X POST $BASE_ADDR/pulp/api/v3/distributions/npm/npm/ -d '{"name": "baz", "base_path": "foo", "publication": "$BASE_ADDR/publications/5fcb3a98-1bd1-445f-af94-801a1d563b9f/"}' -H 'Content-Type: application/json'
curl -X POST $BASE_ADDR/pulp/{domain}/api/v3/distributions/npm/npm/ -d '{"name": "baz", "base_path": "foo", "publication": "$BASE_ADDR/publications/5fcb3a98-1bd1-445f-af94-801a1d563b9f/"}' -H 'Content-Type: application/json'
```

=== "Response"
Expand Down

0 comments on commit c5370d3

Please sign in to comment.