Commit 411633f1 authored by Yuya Kuno's avatar Yuya Kuno
Browse files

fixed bug from pipeline

parent 4a509f84
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ components:
        instance identifier has been created successfully. 

        The response body shall contain a representation of the created Subject instance, as defined in
        clause 5.6.2.2.
        clause 5.6.3.4.

        The HTTP response shall include a "Location" HTTP header that contains the resource URI of the
        created Subject instance.
@@ -464,7 +464,7 @@ components:
        Shall be returned when information about zero or more subject instances has been queried successfully.

        The response body shall contain in an array the representations of zero or more subject instances, as
        defined in clause 5.6.2.2.
        defined in clause 5.6.3.4.

        If the "filter" URI parameter or one of the "all_fields", "fields" (if supported), "exclude_fields"
        (if supported) or "exclude_default" URI parameters was supplied in the request, the data in the response
+24 −0
Original line number Diff line number Diff line
@@ -553,6 +553,30 @@ definitions:
        items:
          type: string

  CertRepMessages:
    description: >
      This type represents a CertRepMessages.
    type: object
    required:
      - certResponse
    properties:
      certResponse:
        description: >
          The structure and attributes are defined in IETF RFC 5912.
        type: object
        required:
          - certReqId
          - status
        properties:
          certReqId:
            description: >
              Identifier of "CertReqMessages" or “CSRRequest” to corresponding to this "CertRepMessages".
            type: integer
          status:
            description: >
              State of the subject.
            $ref: "#/definitions/PKIStatusInfoType"

  CertSubjectData:
    description: >
      This type provides input information related to subject of certificate.