-
Notifications
You must be signed in to change notification settings - Fork 0
Swagger Model Descriptions showing invalid types #31
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
arnef
opened on Nov 21, 2021
Issue body actions
- some create endpoints are documented with status 200 but actual it's a 201 status code
- e.g. Activity should include nullable fields
| CreatedAt | string |
|---|---|
| Description | string |
| End | string |
| ID | integer |
| Start | string |
| UpdatedAt | string |
| UserID | integer |
| CreatedAt | string |
|---|---|
| Description | string |
| End | string - null |
| ID | integer |
| Start | string (or even better date-time?) - null |
| UpdatedAt | string |
| UserID | integer |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Fields
Give feedbackNo fields configured for issues without a type.