Processos

Autentica acesso ao protocolo

post/protocolo/{id}/auth

Path parameters

idinteger required

Request body

GenericObject required

Response

Protocolo autenticado

statusinteger
responseGenericObject
errorsstring[]

Example response

{
  "status": 200,
  "errors": []
}

Changes