You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}