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 { meta {
name: DeletePerson name: DeletePerson
type: http type: http
seq: 9 seq: 4
} }
delete { delete {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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