Commit aff39eb4 authored by piscione's avatar piscione
Browse files

Renamed definition files and fixed related references.

parent b1269ed6
Loading
Loading
Loading
Loading
+24 −50
Original line number Diff line number Diff line
@@ -22,8 +22,7 @@
  "servers": [
    {
      "url": "https://localhost/granting/v1",
      "variables": {
      }
      "variables": {}
    }
  ],
  "tags": [
@@ -41,9 +40,7 @@
        "summary": "requests a grant for a particular application lifecycle operation",
        "description": "requests a grant for a particular application lifecycle operation",
        "operationId": "grantPOST",
        "parameters": [

        ],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/json": {
@@ -57,8 +54,7 @@
        "responses": {
          "201": {
            "description": "grant was created successfully (synchronous mode)",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -69,15 +65,12 @@
          },
          "202": {
            "description": "the request was accepted for processing",
            "headers": {
            },
            "content": {
            }
            "headers": {},
            "content": {}
          },
          "400": {
            "description": "Bad Request : used to indicate that incorrect parameters were passed to the request.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -88,8 +81,7 @@
          },
          "401": {
            "description": "Unauthorized :  used when the client did not submit credentials.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -100,8 +92,7 @@
          },
          "403": {
            "description": "Forbidden :  operation is not allowed given the current status of the resource.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -112,8 +103,7 @@
          },
          "404": {
            "description": "Not Found :  used when a client provided a URI that cannot be mapped to a valid resource URI.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -124,8 +114,7 @@
          },
          "406": {
            "description": "Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -136,8 +125,7 @@
          },
          "429": {
            "description": "Too Many Requests : used when a rate limiter has triggered.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -149,9 +137,7 @@
        },
        "deprecated": false
      },
      "parameters": [

      ]
      "parameters": []
    },
    "/grants/{grantId}": {
      "get": {
@@ -176,8 +162,7 @@
        "responses": {
          "200": {
            "description": "A representation of the \"individual grant\" resource",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -188,15 +173,12 @@
          },
          "202": {
            "description": "returned when the process of creating the grant is ongoing, no grant is available yet",
            "headers": {
            },
            "content": {
            }
            "headers": {},
            "content": {}
          },
          "400": {
            "description": "Bad Request : used to indicate that incorrect parameters were passed to the request.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -207,8 +189,7 @@
          },
          "401": {
            "description": "Unauthorized :  used when the client did not submit credentials.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -219,8 +200,7 @@
          },
          "403": {
            "description": "Forbidden :  operation is not allowed given the current status of the resource.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -231,8 +211,7 @@
          },
          "404": {
            "description": "Not Found :  used when a client provided a URI that cannot be mapped to a valid resource URI.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -243,8 +222,7 @@
          },
          "406": {
            "description": "Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -255,8 +233,7 @@
          },
          "429": {
            "description": "Too Many Requests : used when a rate limiter has triggered.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -268,9 +245,7 @@
        },
        "deprecated": false
      },
      "parameters": [

      ]
      "parameters": []
    }
  },
  "components": {
@@ -929,7 +904,6 @@
    }
  },
  "security": [
    {
    }
    {}
  ]
}
 No newline at end of file
Loading