Bolt Name Validate
POST
/v1/bolts/validateValidate a bolt name to know if it will be accepted by the system.
Request
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Body Params application/json
data
object
required
attributes
object
required
Example
{
"data": {
"attributes": {
"name": "My Super Bolt"
}
}
}
Request samples
Responses
No Content(204)
Parameter Error(422)
HTTP Code: 204
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
null
Last modified: 6 months ago