Skip to content

Commit

Permalink
fix volumes update method (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren authored Aug 13, 2024
1 parent c193017 commit 6b7ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/api/volumes-resource.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Update paratemeters on the volume.
<div data-exclude-render>
<%= render(CodeToggleComponent.new(badge: 'PUT', title: '/v1/apps/{app_name}/volumes/{volume_id}')) do |component| %>
<% component.with_curl do %>
curl -i -X POST \\
curl -i -X PUT \\
     -H "Authorization: Bearer ${FLY_API_TOKEN}" -H "Content-Type: application/json" \\
     "${FLY_API_HOSTNAME}/v1/apps/my-app-name/volumes/vol_6r7ye90k98ynwk1r" \\
   -d '{
Expand Down

0 comments on commit 6b7ad39

Please sign in to comment.