Skip to content

Commit

Permalink
Merge pull request #9 from rdmorganiser/fix-api-example
Browse files Browse the repository at this point in the history
Fix api example projects/projects
  • Loading branch information
triole authored Nov 9, 2020
2 parents 63f6e9d + 0ecd4de commit 7f66f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/administration/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ You could for example request...

```bash
curl -LH "Authorization: Token $YOUR_TOKEN" \
"https://$YOUR_RDMO/api/v1/project/projects/1"
"https://$YOUR_RDMO/api/v1/projects/projects/1"
```

2. A list of all projects

```bash
curl -LH "Authorization: Token $YOUR_TOKEN" \
"https://$YOUR_RDMO/api/v1/project/projects"
"https://$YOUR_RDMO/api/v1/projects/projects"
```

3. A list of users in a certain project
Expand Down

0 comments on commit 7f66f98

Please sign in to comment.