Skip to content

Commit

Permalink
Update documentation for new response structure.
Browse files Browse the repository at this point in the history
Azakh993 committed Feb 18, 2024
1 parent 35c9e8b commit 2b1c9d5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,12 +18,11 @@ The API returns a list of competences with the following structure:

```json
[
{
"competence_id": 0,
"competence_name": "Python",
"years_of_experience": 5
},
...
{
"competence_id": 0,
"i18n-key": "the-key"
},
...
]
```

0 comments on commit 2b1c9d5

Please sign in to comment.