Issue/Question
Is there an API call on the platform for updating an existing API?
There exists a PUT “api/v1/apis/{apiId}” call, but it looks like it’s not documented in 42crunch Postman collection.
Solution/Answer
The update call is in our Postman collection, under additional functionality:
Note the API call takes the OAS file as a base64 encoded blob, not as a file.
Both calls will be consolidated in the V2 evolution of the API. The V2 version of this endpoint is found in the Postman collection as well.
Comments
0 comments
Please sign in to leave a comment.