mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
GetAllExperiences
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: GetAllExperiences
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:3000/api/experiences/
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"personId": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user