Hello Team,
How to change the response status codes in integrated developer portal?
Below are the details.
We need to change 200 to 201 in developer portal.
we added the responses as below in open API spec file.
responses: '201': description: Success content: application/json: schema: $ref: '#/components/schemas/jsonresponse'