Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
### Documentation
- Improve structure of `README.md`
[#1989](https://github.com/nextcloud/cookbook/pull/1989) @seyfeb
- Fix wrong type definition in OpenAPI specs
[#2232](https://github.com/nextcloud/cookbook/pull/2232) @Leptopoda

### Maintenance
- Add Typescript support
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/api/0.1.2/objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ RecipeStub:
- type: object
properties:
recipe_id:
type: int
type: integer
description: |
The index of the recipe. Note this is a string and might change its appearance in the future.

Expand Down