We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3f151 commit 377d467Copy full SHA for 377d467
progress/README.md
@@ -68,6 +68,13 @@
68
"message": "Unauthenticated User."
69
}
70
```
71
+ - **Code:** 403
72
+ - **Content:**
73
+ ```json
74
+ {
75
+ "message": "Unauthorized to write progress of task"
76
+ }
77
+ ```
78
- **Code:** 404
79
- **Content:**
80
```json
@@ -141,6 +148,14 @@
141
148
"message": "Task with id 4ERr8WrizICemnQnMF0U1511 does not exist."
142
149
143
150
151
+ when archived user creates progress
152
+ Status 403 Forbidden
153
+
154
155
156
157
158
144
159
145
160
## GET /progresses
146
161
0 commit comments