MEC010-2_AppLcm.json 68.8 KB
Newer Older
Elian Kraja's avatar
Elian Kraja committed
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProblemDetails"
              },
              "example": {
                "application/problem+json": {
                  "problemDetails": {
                    "type": "https://meAppServer.example.com/rni/v2/probs/too-many targets",
                    "title": "Too many targets",
                    "status": "422",
                    "detail": "The target area for the request is considered too large",
                    "instance": "/meAppClient.example.com/77777/msgs/abc"
                  }
Elian Kraja's avatar
Elian Kraja committed
        },
        "429": {
          "description": "Too Many Requests : used when a rate limiter has triggered.",
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProblemDetails"
              }