rsdo 0.1.20260901

A Rust client library for the DigitalOcean API v2
Documentation
operationId: apps_commit_rollback

summary: Commit App Rollback

description: |
  Commit an app rollback. This action permanently applies the rollback and unpins the app to resume new deployments.

tags:
  - Apps

parameters:
  - $ref: parameters.yml#/app_id

responses:
  "200":
    $ref: "../../shared/responses/no_content.yml"

  "401":
    $ref: ../../shared/responses/unauthorized.yml

  "404":
    $ref: "../../shared/responses/not_found.yml"

  "429":
    $ref: "../../shared/responses/too_many_requests.yml"

  "500":
    $ref: ../../shared/responses/server_error.yml

  default:
    $ref: ../../shared/responses/unexpected_error.yml

x-codeSamples:
  - $ref: "examples/curl/commit_app_rollback.yml"
  - $ref: "examples/python/commit_app_rollback.yml"

security:
  - bearer_auth:
    - 'app:update'