Profiles
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Respostas
200
OK
application/json
404
Profile was not found
application/json
500
An internal server error was thrown
application/json
get
/profiles/{id}Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Corpo
namestringObrigatório
activebooleanObrigatório
Respostas
200
Profile updated successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
put
/profiles/{id}Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Respostas
204
Profile removed successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
delete
/profiles/{id}Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de consulta
searchstringOpcionalDefault:
""pageinteger · int32OpcionalDefault:
0perPageinteger · int32OpcionalDefault:
25sortstringOpcionalDefault:
""dirstringOpcionalDefault:
ascRespostas
200
OK
application/json
404
Profile was not found
application/json
500
An internal server error was thrown
application/json
get
/profilesAutorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
idstringOpcional
namestringObrigatório
activebooleanObrigatório
Respostas
200
Profile created successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
post
/profiles