wip(markdown): Working on backend docs
This commit is contained in:
parent
6138a24f97
commit
749516af8e
19 changed files with 835 additions and 22 deletions
|
@ -16,12 +16,12 @@ The details are outlined in the table below:
|
|||
|
||||
| | Public Patterns | Non-Public Patterns |
|
||||
| ---------------: | :-------------: | :-----------------: |
|
||||
| **Your own** | `0` or higher | `4` or higher |
|
||||
| **Your own** | `0` or higher | `3` or higher |
|
||||
| **Other user's** | `0` or higher | `5` or higher |
|
||||
|
||||
## Endpoints
|
||||
|
||||
Creating a new API key is possible via these endpoints:
|
||||
Creating a new Person is possible via these endpoints:
|
||||
|
||||
| Method | Path | Authentication |
|
||||
| --------: | :--- | :------------- |
|
||||
|
@ -72,7 +72,7 @@ in the response body should indicate the nature of the problem.
|
|||
## Example request
|
||||
|
||||
```js
|
||||
const apiKey = axios.post(
|
||||
const clone = axios.post(
|
||||
'https://backend.freesewing.org/patterns/10/clone/jwt',
|
||||
null,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue