Skip to content

Commit

Permalink
[#124] removes "allowEmptyValue: false" from path parameters, since t…
Browse files Browse the repository at this point in the history
…hat only affects query parameters
  • Loading branch information
philherbert committed Sep 14, 2020
1 parent fee6582 commit 230fc24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions documents/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ components:
type: string
format: uuid
required: true
allowEmptyValue: false
description: Organisation identifier
UserId:
name: user_id
Expand All @@ -594,7 +593,6 @@ components:
type: string
format: uuid
required: true
allowEmptyValue: false
description: User identifier
ServiceId:
name: service_id
Expand All @@ -603,7 +601,6 @@ components:
type: string
format: uuid
required: true
allowEmptyValue: false
description: Service identifier
TemplateId:
name: template_id
Expand All @@ -612,7 +609,6 @@ components:
type: string
format: uuid
required: true
allowEmptyValue: false
description: Template identifier
ApiKeyId:
name: api_key_id
Expand All @@ -621,7 +617,6 @@ components:
type: string
format: uuid
required: true
allowEmptyValue: false
description: API Key identifier
NotificationId:
name: notification_id
Expand All @@ -630,7 +625,6 @@ components:
type: string
format: uuid
required: true
allowEmptyValue: false
description: Notification identifier
responses:
BadRequest:
Expand Down

0 comments on commit 230fc24

Please sign in to comment.