Skip to content

Commit

Permalink
Docs and code use int IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlada Dusek committed Sep 25, 2018
1 parent c0bd63b commit a22d9ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/workflows/publish-host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ http POST $BASE_ADDR/pulp/api/v3/publishers/python/ name=bar
Response::

{
"_href": "/pulp/api/v3/repositories/foo/publishers/python/bar/",
"_href": "/pulp/api/v3/repositories/foo/publishers/python/1/",
...
}

Expand Down Expand Up @@ -60,7 +60,7 @@ $ http POST $BASE_ADDR/pulp/api/v3/distributions/ name='baz' base_path='foo' pub
Response::

{
"_href": "/pulp/api/v3/distributions/9b29f1b2-6726-40a2-988a-273d3f009a41/",
"_href": "/pulp/api/v3/distributions/1/",
...
}

Expand Down
2 changes: 1 addition & 1 deletion docs/workflows/sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can use any Python remote to sync content into any repository::
Response::

{
"_href": "/pulp/api/v3/repositories/foo/remotes/python/3750748b-781f-48df-9734-df014b2a11b4/",
"_href": "/pulp/api/v3/repositories/foo/remotes/python/1/",
...
}

Expand Down

0 comments on commit a22d9ef

Please sign in to comment.