-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from LukeHagar/improve
Improve
- Loading branch information
Showing
11 changed files
with
1,156 additions
and
60 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: | ||
- integer | ||
example: 1556281940 | ||
description: Unix epoch datetime | ||
format: int32 |
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
33 changes: 33 additions & 0 deletions
33
paths/library/[sectionId]/refresh/get-refresh-library-metadata.yaml
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
get: | ||
tags: | ||
- Library | ||
summary: Refresh Metadata Of The Library | ||
description: | | ||
This endpoint Refreshes all the Metadata of the library. | ||
operationId: get-refresh-library-metadata | ||
parameters: | ||
- name: sectionId | ||
description: The id of the library | ||
in: path | ||
schema: | ||
type: number | ||
example: 15 | ||
required: true | ||
- name: force | ||
description: Force the refresh even if the library is already being refreshed. | ||
in: query | ||
schema: | ||
type: enum | ||
example: 0 | ||
enum: | ||
- 0 | ||
- 1 | ||
required: false | ||
|
||
responses: | ||
"200": | ||
description: The library is refreshing | ||
"400": | ||
$ref: "../../../../responses/400.yaml" | ||
"401": | ||
$ref: "../../../../responses/401.yaml" |
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
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.