Update
Filling in owner data
Body
idUserintegerRequired
namestringOptional
ownerSubTypeintegerRequired
ownerTypeintegerRequired
Responses
204
No Content
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //auth/sign-up/owner/update HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"idUser": 1,
"name": "text",
"ownerSubType": 1,
"ownerType": 1
}
No content