Skip to content

Commit 78a7ab9

Browse files
author
Jonas Hendrickx
committed
PAS-404 | Fix POST /alias status code
1 parent d602ca8 commit 78a7ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ A few rules to take into consideration when allowing users to create aliases:
263263

264264
### Response
265265

266-
Alias are never returned in any API responses, and can be hashed to preserve user privacy (see above). If successful, the `/alias` endpoint will return an HTTP 200 (OK) [status code](#status-codes).
266+
Alias are never returned in any API responses, and can be hashed to preserve user privacy (see above). If successful, the `/alias` endpoint will return an HTTP 204 (NoContent) [status code](#status-codes).
267267

268268
## `/credentials/list`
269269

0 commit comments

Comments
 (0)