v1

latestOpenAPI 3.1.02026-08-041120270.3 KB

/v1/Publicacoes/{IdArquivo}/CallBacks

Endpoint responsável por vincular um documento a um CallBack

post/v1/Publicacoes/{IdArquivo}/CallBacks

Path parameters

IdArquivointeger required

Parâmetro obrigatório, representa o Identificador do documento

Request body

RAW_BODYstring

Parâmetro obrigatório, representa o Identificador do Callback (Guid)

Response

200

codeinteger
successboolean
{"stackTrail":"paths:/v1/Publicacoes/{IdArquivo}/CallBacks:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/v1/Publicacoes/{IdArquivo}/CallBacks:post:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}

Example response

{
  "code": 200,
  "success": true
}