Update Runbook

PUT {{baseUrl}}/runbooks/:runbookID

Update runbook details.
Requires access_token as a Bearer {{token}} in the Authorization header with user-write scope.

Request Body

{"name"=>"<string>", "steps"=>[{"content"=>"<string>"}], "entity_owner"=>{"id"=>"6363af3de7ca930b5a4edc9d", "type"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationnull
Content-Typestring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:&quot;62bad0f9837019eaca00f6ac&quot;,&quot;name&quot;:&quot;test-runbook&quot;,&quot;created&quot;:{&quot;user_name&quot;:&quot;Punit  Kumar&quot;,&quot;username_for_display&quot;:&quot;punit&quot;,&quot;user_id&quot;:&quot;60f12dd3814bef0008c4036e&quot;,&quot;at&quot;:&quot;2022-06-28T09:59:21.057Z&quot;},&quot;updated&quot;:{&quot;user_name&quot;:&quot;Punit  Kumar&quot;,&quot;username_for_display&quot;:&quot;punit&quot;,&quot;user_id&quot;:&quot;60f12dd3814bef0008c4036e&quot;,&quot;at&quot;:&quot;2022-06-28T09:59:21.057Z&quot;},&quot;used_count&quot;:0,&quot;steps&quot;:[{&quot;content&quot;:&quot;test&quot;},{&quot;content&quot;:&quot;test1&quot;}],&quot;organization_id&quot;:&quot;60cb200bc9de4a0008d2fc41&quot;,&quot;owner&quot;:{&quot;id&quot;:&quot;6129c3ddabffee4c428b420d&quot;,&quot;type&quot;:&quot;team&quot;},&quot;access_control&quot;:null}}