Skip to content

Commit 4465fdf

Browse files
ghercegclaude
andcommitted
Document 404 behavior in mobile worker and group APIs
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent da22c80 commit 4465fdf

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/api/mobile-worker.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,11 @@ Request & Response Details
248248
}
249249
}
250250
251+
**Response**
252+
253+
PUT only updates an existing mobile worker, it never creates one. If no mobile
254+
worker with the given ID exists in the domain, the response is 404 Not Found.
255+
251256
User Delete (Mobile Worker)
252257
===========================
253258

docs/api/user-group.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,8 @@ Request & Response Details
231231
"8a642f722c9e617eeed29290e409fcd5"
232232
]
233233
}
234+
235+
**Response**
236+
237+
PUT only updates an existing group, it never creates one. If no group with the
238+
given ID exists in the domain, the response is 404 Not Found.

0 commit comments

Comments
 (0)