cURL
curl --request POST \ --url http://localhost:3001/portal-api/products/{product_id}/spec-details/{spec-id}/oas \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
Upload an OAS file for a Specification inside a Documentation Product
UID of an API Product
ID of the Specification
1
oas spec file
OK
Was this page helpful?