Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update apiary.apib #1414

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -7690,11 +7690,12 @@ Updates an existing configuration for [Development Branch](#reference/developmen
+ Response 204 (application/json)

### Delete Configuration [DELETE /v2/storage/branch/{branch_id}/components/{component_id}/configs/{config_id}]
Deletes a development branch configuration. When a configuration is deleted, it is only marked as deleted and remains still available in the system.
Deletes a configuration. When a configuration is deleted, it is only marked as deleted and remains still available in the system.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Deletes a configuration. When a configuration is deleted, it is only marked as deleted and remains still available in the system.
Deletes a configuration in specified branch. When a configuration is deleted, it is only marked as deleted and remains still available in the system.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jakoze nevim proc ti ten Deletes a development branch configuration vadil . zni sice divne, ale imho ma pravdu a melo by se to zminit. Nebo ne?

You can [list deleted](#reference/components-and-configurations/component-configurations/list-development-branch-configurations) configurations.
Other operations with deleted configurations are restricted.
Other operations with deleted configurations are restricted.

Calling this API call on a deleted configuration will return error. Development branch configuration cannot be permanently removed.
Calling this API call on a deleted configuration in a **development branch** will result in an error. Development branch configuration cannot be permanently removed.
Calling this API call on a deleted configuration in a **default branch** will purge the configuration.

+ Parameters
+ branch_id (required) - Id of the development branch
Expand Down