Skip to main content
POST
/
api
/
proposals
/
validate
Api Proposal Validate
curl --request POST \
  --url http://localhost:8080/api/proposals/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "proposal_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
proposal_id
string
required

Response

Successful Response