We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2556771 commit b47d097Copy full SHA for b47d097
peps/pep-0807.rst
@@ -249,7 +249,11 @@ proceed to mint an upload credential.
249
250
To mint an upload credential, the uploading client performs
251
an HTTP POST request to the *token minting endpoint* obtained during
252
-`discovery <Trusted Publishing Discovery_>`__.
+`discovery <Trusted Publishing Discovery_>`__. The payload of the
253
+POST request **MUST** be a JSON object containing the following:
254
+
255
+- ``token``: a string containing the identity credential
256
+ obtained from the Trusted Publishing provider.
257
258
On success, the server responds with a ``200 OK`` status code and a body
259
containing a JSON object with the following fields:
0 commit comments