Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion peps/pep-0807.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,11 @@ proceed to mint an upload credential.

To mint an upload credential, the uploading client performs
an HTTP POST request to the *token minting endpoint* obtained during
`discovery <Trusted Publishing Discovery_>`__.
`discovery <Trusted Publishing Discovery_>`__. The payload of the
POST request **MUST** be a JSON object containing the following:

- ``token``: a string containing the identity credential
obtained from the Trusted Publishing provider.

On success, the server responds with a ``200 OK`` status code and a body
containing a JSON object with the following fields:
Expand Down