Skip to content

Commit 0ed70c8

Browse files
committed
INTEG-2113: add v2 file-event endpoints
1 parent fa8c1f2 commit 0ed70c8

File tree

3 files changed

+1973
-947
lines changed

3 files changed

+1973
-947
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @code42/literally-skynet
1+
* @code42/tbc

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ the format we are using is OpenAPI version 3 as yml.
3737

3838
You can convert existing JSON Swagger v2 swagger using https://editor.swagger.io/.
3939

40+
## Troubleshooting
4041
Some minor editing might be required to get the conversion to work. For example, warnings may appears on the left
4142
margin of the Swagger editor. Address all the warnings before re-attempting the conversion.
4243
A common problem from our docs is that the conversion tool does not like having `descriptions`
@@ -57,7 +58,11 @@ with just:
5758
5859
You may also have issues with enum values. See the section below.
5960
60-
## Endpoint Enums
61+
### \*/\* Content Types
62+
Sometimes the swagger editor will specify endpoints with */* content types, but those don't play nice with the mock servers.
63+
Specify an explicit content type instead.
64+
65+
### Endpoint Enums
6166
6267
Another common problem is that our Code42 docs often declare enums as having a type of `integer`.
6368
This will cause failures in Prism. Change the enum type to `string`. This is also needed for the conversion

0 commit comments

Comments
 (0)