Update API tests

This commit is contained in:
xfarrow
2025-06-12 10:12:51 +02:00
parent 0733415397
commit fd10337d14
18 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
meta {
name: DeletePerson
type: http
seq: 9
seq: 4
}
delete {

View File

@ -1,7 +1,7 @@
meta {
name: GetMyself
type: http
seq: 8
seq: 3
}
get {

View File

@ -1,7 +1,7 @@
meta {
name: GetPerson
type: http
seq: 7
seq: 2
}
get {

View File

@ -1,7 +1,7 @@
meta {
name: UpdatePerson
type: http
seq: 4
seq: 1
}
patch {

View File

@ -1,7 +1,7 @@
meta {
name: DeleteContactInfo
type: http
seq: 11
seq: 2
}
delete {

View File

@ -1,7 +1,7 @@
meta {
name: GetContactInfosByPerson
type: http
seq: 12
seq: 1
}
get {

View File

@ -1,7 +1,7 @@
meta {
name: InsertContactInfo
type: http
seq: 10
seq: 3
}
post {

View File

@ -1,7 +1,7 @@
meta {
name: RequestNewPassword
type: http
seq: 5
seq: 1
}
post {

View File

@ -1,7 +1,7 @@
meta {
name: ResetNewPassword
type: http
seq: 6
seq: 2
}
post {