Skip to content

Commit ecbc043

Browse files
committed
Remove example section
1 parent 0c6804b commit ecbc043

6 files changed

Lines changed: 6 additions & 42 deletions

File tree

API/Actors.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ Fetches a list of actors.
1313
| :-------------------------------------- | :---------------------- | :-----: | :------------------------------------------ |
1414
| [!badge variant="primary" text="GET"] | /api/v1/actors | | **Retrieves** all actors. |
1515
| [!badge variant="primary" text="GET"] | /api/v1/actors/\{uuid\} | | **Retrieves** one actor using its **UUID**. |
16-
| [!badge variant="warning" text="PATCH"] | /api/v1/actors/\{uuid\} | `MOD` | **Update** one actor using its **UUID**. |
16+
| [!badge variant="warning" text="PATCH"] | /api/v1/actors/\{uuid\} | `ADMIN` | **Update** one actor using its **UUID**. |
1717
| [!badge variant="success" text="POST"] | /api/v1/actors/ | `ADMIN` | **Add** one actor. |
1818
| [!badge variant="danger" text="DELETE"] | /api/v1/actors/\{uuid\} | `ADMIN` | **Delete** one actor using its **UUID**. |
1919

20-
## Example
21-
22-
+++ JavaScript
23-
TODO: Add sample code
24-
+++
25-
2620
## Schema
2721

2822
Returns a json with the following stucture:

API/Characters.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ Fetches a list of characters.
1313
| :-------------------------------------- | :-------------------------- | :-----: | :---------------------------------------------- |
1414
| [!badge variant="primary" text="GET"] | /api/v1/characters | | **Retrieves** all characters. |
1515
| [!badge variant="primary" text="GET"] | /api/v1/characters/\{uuid\} | | **Retrieves** one character using its **UUID**. |
16-
| [!badge variant="warning" text="PATCH"] | /api/v1/characters/\{uuid\} | `MOD` | **Update** one character using its **UUID**. |
16+
| [!badge variant="warning" text="PATCH"] | /api/v1/characters/\{uuid\} | `ADMIN` | **Update** one character using its **UUID**. |
1717
| [!badge variant="success" text="POST"] | /api/v1/characters/ | `ADMIN` | **Add** one character. |
1818
| [!badge variant="danger" text="DELETE"] | /api/v1/characters/\{uuid\} | `ADMIN` | **Delete** one character using its **UUID**. |
1919

20-
## Example
21-
22-
+++ JavaScript
23-
TODO: Add sample code
24-
+++
25-
2620
## Schema
2721

2822
Returns a json with the following stucture:

API/Episodes.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ Fetches a list of episodes.
1313
| :-------------------------------------- | :------------------------ | :-----: | :-------------------------------------------- |
1414
| [!badge variant="primary" text="GET"] | /api/v1/episodes | | **Retrieves** all episodes. |
1515
| [!badge variant="primary" text="GET"] | /api/v1/episodes/\{uuid\} | | **Retrieves** one episode using its **UUID**. |
16-
| [!badge variant="warning" text="PATCH"] | /api/v1/episodes/\{uuid\} | `MOD` | **Update** one episode using its **UUID**. |
16+
| [!badge variant="warning" text="PATCH"] | /api/v1/episodes/\{uuid\} | `ADMIN` | **Update** one episode using its **UUID**. |
1717
| [!badge variant="success" text="POST"] | /api/v1/episodes/ | `ADMIN` | **Add** one episode. |
1818
| [!badge variant="danger" text="DELETE"] | /api/v1/episodes/\{uuid\} | `ADMIN` | **Delete** one episode using its **UUID**. |
1919

20-
## Example
21-
22-
+++ JavaScript
23-
TODO: Add sample code
24-
+++
25-
2620
## Schema
2721

2822
Returns a json with the following stucture:

API/Games.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ Fetches a list of games.
1313
| :-------------------------------------- | :--------------------- | :-----: | :----------------------------------------- |
1414
| [!badge variant="primary" text="GET"] | /api/v1/games | | **Retrieves** all games. |
1515
| [!badge variant="primary" text="GET"] | /api/v1/games/\{uuid\} | | **Retrieves** one game using its **UUID**. |
16-
| [!badge variant="warning" text="PATCH"] | /api/v1/games/\{uuid\} | `MOD` | **Update** one game using its **UUID**. |
16+
| [!badge variant="warning" text="PATCH"] | /api/v1/games/\{uuid\} | `ADMIN` | **Update** one game using its **UUID**. |
1717
| [!badge variant="success" text="POST"] | /api/v1/games/ | `ADMIN` | **Add** one game. |
1818
| [!badge variant="danger" text="DELETE"] | /api/v1/games/\{uuid\} | `ADMIN` | **Delete** one game using its **UUID**. |
1919

20-
## Example
21-
22-
+++ JavaScript
23-
TODO: Add sample code
24-
+++
25-
2620
## Schema
2721

2822
Returns a json with the following stucture:

API/Locations.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ Fetches a list of locations.
1313
| :-------------------------------------- | :------------------------- | :-----: | :--------------------------------------------- |
1414
| [!badge variant="primary" text="GET"] | /api/v1/locations | | **Retrieves** all locations. |
1515
| [!badge variant="primary" text="GET"] | /api/v1/locations/\{uuid\} | | **Retrieves** one location using its **UUID**. |
16-
| [!badge variant="warning" text="PATCH"] | /api/v1/locations/\{uuid\} | `MOD` | **Update** one location using its **UUID**. |
16+
| [!badge variant="warning" text="PATCH"] | /api/v1/locations/\{uuid\} | `ADMIN` | **Update** one location using its **UUID**. |
1717
| [!badge variant="success" text="POST"] | /api/v1/locations/ | `ADMIN` | **Add** one location. |
1818
| [!badge variant="danger" text="DELETE"] | /api/v1/locations/\{uuid\} | `ADMIN` | **Delete** one location using its **UUID**. |
1919

20-
## Example
21-
22-
+++ JavaScript
23-
TODO: Add sample code
24-
+++
25-
2620
## Schema
2721

2822
Returns a json with the following stucture:

API/Soundtracks.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ Fetches a list of soundtracks.
1313
| :-------------------------------------- | :--------------------------- | :-----: | :----------------------------------------------- |
1414
| [!badge variant="primary" text="GET"] | /api/v1/soundtracks | | **Retrieves** all soundtracks. |
1515
| [!badge variant="primary" text="GET"] | /api/v1/soundtracks/\{uuid\} | | **Retrieves** one soundtrack using its **UUID**. |
16-
| [!badge variant="warning" text="PATCH"] | /api/v1/soundtracks/\{uuid\} | `MOD` | **Update** one soundtrack using its **UUID**. |
16+
| [!badge variant="warning" text="PATCH"] | /api/v1/soundtracks/\{uuid\} | `ADMIN` | **Update** one soundtrack using its **UUID**. |
1717
| [!badge variant="success" text="POST"] | /api/v1/soundtracks/ | `ADMIN` | **Add** one soundtrack. |
1818
| [!badge variant="danger" text="DELETE"] | /api/v1/soundtracks/\{uuid\} | `ADMIN` | **Delete** one soundtrack using its **UUID**. |
1919

20-
## Example
21-
22-
+++ JavaScript
23-
TODO: Add sample code
24-
+++
25-
2620
## Schema
2721

2822
Returns a json with the following stucture:

0 commit comments

Comments
 (0)