cURL
curl --request POST \ --url http://localhost:3001/portal-api/products/{product_id}/api-details/{api_id}/oas \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
Update an OAS file for an API inside an API Product
UID of an API Product
UID of an API as it comes from the API Provider
"a0ce49d559ce49d64fe608ea3728082a"
oas spec file
OK
Was this page helpful?