wso2 / docs-is

Apache License 2.0
62 stars 310 forks source link

Incorrect formatting in the request body of Application Template Management API POST requests #2086

Open GANGANI opened 4 years ago

GANGANI commented 4 years ago

Description: Incorrect formatting in the request body of Application Management Template API POST and PUT requests [1]. With the existing request body in the docs, it gives the following error response.

{
    "code": "UE-10000",
    "message": "Invalid Request.",
    "description": "Provided request body content is not in the expected format.",
    "traceId": "d80f7d46-f8a5-4c42-a849-57fd75f1ed77"
}

Affected Product Version: 5.11.0

[1] https://is.docs.wso2.com/en/5.11.0/develop/application-rest-api/#/Application%20Templates

adborja commented 3 years ago

I am getting this error as well, with version 5.11.0. Is this something that will be fixed?

NCMEC-daavendasora commented 2 years ago

I am also seeing this error in 5.10.0 on the /api/server/v1/oidc/scopes/{id} endpoint.

I am following these instructions