Skip to content

Commit

Permalink
fix: add hidden to api update example
Browse files Browse the repository at this point in the history
  • Loading branch information
raikasdev committed Mar 12, 2024
1 parent da61703 commit 401d22b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/APISPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,8 @@ curl --request POST 'https://api.testaustime.fi/activity/update' \
"language": "Python",
"hostname": "Hostname1",
"editor_name": "IntelliJ",
"project_name": "example_project"
"project_name": "example_project",
"hidden": false
}'
```

Expand All @@ -747,7 +748,8 @@ curl --request POST 'https://api.testaustime.fi/activity/update' \
"language": "Python",
"hostname": "Hostname1",
"editor_name": "IntelliJ",
"project_name": "example_project"
"project_name": "example_project",
"hidden": false
}'
```

Expand Down

0 comments on commit 401d22b

Please sign in to comment.