-
Notifications
You must be signed in to change notification settings - Fork 2
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 #3 from KingPack/doc
Update Documentation Swagger
- Loading branch information
Showing
6 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Space_Flight/space_flight/blueprint/space_flight_v1/docs/article_DELETE.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,6 @@ | ||
tags: | ||
- "Article" | ||
summary: "Deleta artigo." | ||
description: "Essa rota deleta o artigo por {ID}." | ||
produces: | ||
- "application/json" |
6 changes: 6 additions & 0 deletions
6
Space_Flight/space_flight/blueprint/space_flight_v1/docs/article_id_GET.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,6 @@ | ||
tags: | ||
- "Article" | ||
summary: "Lista artigo." | ||
description: "Lista um artigo por {id}. " | ||
produces: | ||
- "application/json" |
6 changes: 6 additions & 0 deletions
6
Space_Flight/space_flight/blueprint/space_flight_v1/docs/article_id_PUT.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,6 @@ | ||
tags: | ||
- "Article" | ||
summary: "Atualiza artigo." | ||
description: "Atualiza um artigo por {ID}." | ||
produces: | ||
- "application/json" |
6 changes: 6 additions & 0 deletions
6
Space_Flight/space_flight/blueprint/space_flight_v1/docs/articles_POST.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,6 @@ | ||
tags: | ||
- "Article" | ||
summary: "Adiciona artigo." | ||
description: "Adiciona artigo por {ID}." | ||
produces: | ||
- "application/json" |
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