Recreates a presigned upload URL, which must be used to upload the documentation associated with this source. If the document is already uploaded, this endpoint will response with a 409 error.
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
A secret token identifying the client connecting to the API
The size (in bytes) of the file that will be uploaded. The pre-signed URL will only accept a file of this size.
x <= 50000000The content type of the file that will be uploaded. This must also be passed as a 'content-type' header during the upload. The pre-signed URL will only accept a file of this content-type.
Successful Response
The response is of type string.