Skip to content

Fix incorrect attribute documentation in Deployments API

What does this MR do and why?

This merge request fixes the documentation for status attribute in Deployments API.

The attribute is currently listed as not required, when in fact, the actual implementation shows that it is in fact required for the following two API resources:

Additionally, both resources includes created as one of the allowed values for that attribute, while the implementation does not:

Resolves #368116 (closed).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Ahmed Hemdan

Merge request reports