Skip to content

Commit

Permalink
Document Pair in Swagger BA-5846 (broadinstitute#5081)
Browse files Browse the repository at this point in the history
* Add Pair

* Docs
  • Loading branch information
aednichols authored Jul 22, 2019
1 parent 9409587 commit 9ec815d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CromIAM/src/main/resources/swagger/cromiam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,7 @@ definitions:
- Tuple
- Map
- Object
- Pair
optionalType:
$ref: '#/definitions/ValueType'
arrayType:
Expand Down
4 changes: 2 additions & 2 deletions docs/api/RESTAPI.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
This file was generated by `sbt generateRestApiDocs` on Wed, 10 Jul 2019 16:38:13 -0400
This file was generated by `sbt generateRestApiDocs` on Fri, 19 Jul 2019 14:22:17 -0400
!!! DO NOT CHANGE THIS FILE DIRECTLY !!!
Expand Down Expand Up @@ -804,7 +804,7 @@ The type expected for a given value.
|**objectFieldTypes** <br>*optional*||< [objectFieldTypes](#valuetype-objectfieldtypes) > array|
|**optionalType** <br>*optional*||[ValueType](#valuetype)|
|**tupleTypes** <br>*optional*||< [ValueType](#valuetype) > array|
|**typeName** <br>*optional*|The type of this value|enum (String, File, Directory, Float, Int, Boolean, Optional, Array, Tuple, Map, Object)|
|**typeName** <br>*optional*|The type of this value|enum (String, File, Directory, Float, Int, Boolean, Optional, Array, Tuple, Map, Object, Pair)|

<a name="valuetype-objectfieldtypes"></a>
**objectFieldTypes**
Expand Down
1 change: 1 addition & 0 deletions engine/src/main/resources/swagger/cromwell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ definitions:
- Tuple
- Map
- Object
- Pair
optionalType:
$ref: '#/definitions/ValueType'
arrayType:
Expand Down

0 comments on commit 9ec815d

Please sign in to comment.