Skip to content

Commit

Permalink
fix uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetanbrl authored Sep 27, 2024
1 parent 3306b1f commit 6af688f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs-manager-back/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ This section will details services.

| TYPE | URL | Param | ALLOWED ROLES |
|------|------------------|-------------------------------------------------|----------------------------|
| POST | /plugin/{plugin} | Plugin: `<string>` - Plugin's code (e.g CARTEAUX) | writers + admins |
| POST | /plugin/{plugin} | Plugin: `<string>` - Plugin's code (e.g carteaux) | writers + admins |

Request params :
```
Expand Down Expand Up @@ -342,7 +342,7 @@ Request params :

| TYPE | URL | Param | ALLOWED ROLES |
|------|------------------|-------------------------------------------------|----------------------------|
| GET | /plugin/{plugin} | Plugin: `<string>` - Plugin's code (e.g CARTEAUX) | writers + readers + admins |
| GET | /plugin/{plugin} | Plugin: `<string>` - Plugin's code (e.g carteaux) | writers + readers + admins |

Request params :
> Required : null
Expand All @@ -365,13 +365,13 @@ Request params :

| TYPE | URL | Param | ALLOWED ROLES |
|--------|-----------------------|----------------------------------------------------------------------------------|----------------------------|
| DELETE | /plugin/{plugin}/{id} | pluginPlugin: `<string>` - Plugin's code (e.g CARTEAUX)<br>id: file's ID to delete | writers + admins |
| DELETE | /plugin/{plugin}/{id} | pluginPlugin: `<string>` - Plugin's code (e.g carteaux)<br>id: file's ID to delete | writers + admins |

- Get a file by plugin's code and document identifier

| TYPE | URL | Param | ALLOWED ROLES |
|--------|-----------------------|----------------------------------------------------------------------------------|----------------------------|
| GET | /plugin/{plugin}/{id} | pluginPlugin: `<string>` - Plugin's code (e.g CARTEAUX)<br>id: file's ID to delete | writers + readers + admins |
| GET | /plugin/{plugin}/{id} | pluginPlugin: `<string>` - Plugin's code (e.g carteaux)<br>id: file's ID to delete | writers + readers + admins |

# Developper corner

Expand Down

0 comments on commit 6af688f

Please sign in to comment.