πΊοΈUpdate Location
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Body
passwordstring | nullableOptional
updateStepIdinteger Β· enumOptionalPossible values:
Responses
200
Success
400
Bad Request
post
POST /api/v1/update/UpdateRequest/VerifyPassword HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"password": "text",
"updateStepId": 1
}
{
"status": 0
}
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Body
latitudestring | nullableOptional
longitudestring | nullableOptional
Responses
200
Success
400
Bad Request
post
POST /api/v1/update/UpdateLocationInfo/Update HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"latitude": "text",
"longitude": "text"
}
{
"status": 0
}
Last updated