Uploaded image for project: 'NiFi Registry - MOVED TO NIFI PROJECT'
  1. NiFi Registry - MOVED TO NIFI PROJECT
  2. NIFIREG-128

Swagger spec missing body param for create/update bucket

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.1.0
    • 0.2.0
    • None
    • None

    Description

      The swagger definition doesn't allow the create_bucket call to specify a name, which is required to create a bucket

       

      "/buckets" : {
      "post" : {
      "tags" : [ "buckets" ],
      "summary" : "Creates a bucket",
      "description" : "",
      "operationId" : "createBucket",
      "consumes" : [ "application/json" ],
      "produces" : [ "application/json" ],
      "responses" : {
      "200" : {
      "description" : "successful operation",
      "schema" : {
      "$ref" : "#/definitions/bucket"
      }
      },
      "400" : {
      "description" : "NiFi Registry was unable to complete the request because it was invalid. The request should not be retried without modification."
      },
      "401" : {
      "description" : "Client could not be authenticated."
      },
      "403" : {
      "description" : "Client is not authorized to make this request."
      }
      }
      }
      

       

      Attachments

        Issue Links

          Activity

            People

              kdoran Kevin Doran
              chaffelson Daniel Chaffelson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: