Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Oct 23, 2023
1 parent 5347ce0 commit d70bc20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ List of already added tokens.
}
```

> If `tags` is empty, it will be ommited.
> If `tags` is empty, it will be omited.
- ⚠️ errors:

Expand Down Expand Up @@ -131,7 +131,7 @@ Returns the information about the token referenced by the provided ID.
}
```

> If `tags` is empty, it will be ommited.
> If `tags` is empty, it will be omited.
- ⚠️ errors:

Expand Down Expand Up @@ -326,7 +326,7 @@ Returns the information of the snapshots related to the provided ID.

| HTTP Status | Message | Internal error |
|:---:|:---|:---:|
| 400 | `malformed census ID, it must be a integer` | 4001 |
| 400 | `malformed census ID, it must be an integer` | 4001 |
| 404 | `census not found` | 4006 |
| 500 | `error getting census information` | 5009 |
| 500 | `error encoding census` | 5017 |
Expand Down Expand Up @@ -371,7 +371,7 @@ Returns a list of censusID for the strategy provided.
| HTTP Status | Message | Internal error |
|:---:|:---|:---:|
| 204 | `-` | 4007 |
| 400 | `malformed census ID, it must be a integer` | 4001 |
| 400 | `malformed census ID, it must be an integer` | 4001 |
| 404 | `census not found` | 4006 |
| 500 | `error getting census information` | 5009 |
| 500 | `error encoding censuses` | 5018 |
| 500 | `error encoding censuses` | 5018 |

0 comments on commit d70bc20

Please sign in to comment.