Commit 02e6023f authored by bradburyr's avatar bradburyr
Browse files

Redefined csr query parameter as boolean with empty value allowed.

parent fab6dd83
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -43,7 +43,8 @@ paths:
        - in: query
          name: csr
          schema: 
            type: string
            type: boolean
          allowEmptyValue: true
          description: 'When present, return a Certificate Signing Request instead of generating an X.509 certificate'
      requestBody:
        description: 'An optional list of domain name aliases to be included in the returned Certificate Signing Request'