Authorization: Bearer ********************
{
"data": {
"attributes": {
"name": "New Name"
}
}
}
curl --location --request PUT 'https://api.servebolt.io/v1/bolts/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"name": "New Name"
}
}
}'
{}