Files
postgrest/test/load/errors.http
T
Taimoor ZaeemandWolfgang Walther c9253ed056 test(load): update error loadtest endpoint to generate hint
This endpoint didn't generate error hint which is not desired
for loadtest.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
2026-04-24 10:30:30 +00:00

16 lines
355 B
HTTP

# Misspelled relations
GET http://postgrest/actoxs?actor=eq.1
Prefer: tx=commit
# Misspelled relations on embeds
GET http://postgrest/actors?select=*,rolws(*,films(*))
Prefer: tx=commit
# Misspelled function names
GET http://postgrest/rpc/call_me_x?name=John
Prefer: tx=commit
# Permission denied errors
GET http://postgrest/actors_1
Prefer: tx=commit