Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.
There was an error while loading. Please reload this page.
Provide the
locktab, and it shows the list of environments with the button for lock (or unlock).API Design
Provide the following APIs:
POST /repos/:id/locks: Lock the environment.GET /repos/:id/locks: List up locked environments.DELETE /repos/:id:/locks/:lockID: Delete the lock.