Set subject as preauthorized
Set subject as preauthorized
Allows a subject to be established as pre-qualified. It can also be used to specify from which nodes in the network the resource should be obtained.
Path Parameters
- id string required
Subject's unique id
- application/json
Request Body required
Vote of the user for an existing request
- providers string[] required
Providers acting on a specific subject
Responses
- 200
- 400
- 404
- 500
Subject Data successfully created
- application/json
- Schema
- Example (from schema)
- Example
Schema
- providers string[]
Providers acting on a specific subject
{
"providers": [
"string"
]
}
{
"providers": []
}
Bad Request
Not Found
Internal Server Error
Loading...