Update

Registration Step 6

post

Filling in user data

Body
countryIdintegerOptional
currencyintegerOptional
idintegerOptional
namestringOptional
phonestringOptional
surnamestringOptional
Responses
204
No Content
post
POST //auth/sign-up/user/update HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 81

{
  "countryId": 1,
  "currency": 1,
  "id": 1,
  "name": "text",
  "phone": "text",
  "surname": "text"
}

No content