-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update OpenAPI file replicated from Notehub commit 98f3340
- Loading branch information
github-actions
committed
Sep 13, 2024
1 parent
3f02e72
commit 853e53d
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ info: | |
title: Notehub API | ||
version: 1.1.0 | ||
description: | | ||
The OpenAPI definition for the Notehub.io API. | ||
The OpenAPI definition for the Notehub.io API | ||
contact: | ||
name: Blues Engineering | ||
email: [email protected] | ||
|
@@ -2514,7 +2514,9 @@ components: | |
style: form | ||
explode: true | ||
schema: | ||
type: string | ||
type: array | ||
items: | ||
type: string | ||
|
||
tagParam: | ||
name: tag | ||
|