View | Details | Raw Unified | Return to bug 30979
Collapse All | Expand All

(-)a/api/v1/swagger/paths/checkouts.yaml (-1 / +10 lines)
Lines 386-391 Link Here
386
        description: Availability
386
        description: Availability
387
        schema:
387
        schema:
388
          type: "object"
388
          type: "object"
389
          properties:
390
            blockers:
391
              type: object
392
            confirms:
393
              type: object
394
            warnings:
395
              type: object
396
            confirmation_token:
397
              type: string
398
          additionalProperties: false
389
      "403":
399
      "403":
390
        description: Access forbidden
400
        description: Access forbidden
391
        schema:
401
        schema:
392
- 

Return to bug 30979