Skip to content

Add new API endpoint to expose single environment

Krasimir Angelov requested to merge 30157-api-expose-single-environment into master

What does this MR do?

Environments API is missing endpoint to expose a single environment. This MR implements GET /projects/:id/environments/:environment_id that is returning information about the environment together with the last deployment if there is one.

What are the relevant issue numbers?

#30157 (closed)

Does this MR meet the acceptance criteria?

Closes #30157 (closed)

Edited by Kamil Trzciński

Merge request reports