Skip to content

Add an alias for `filepath` in Releases and Release Links APIs

Ahmed Hemdan requested to merge rename-filepath-param-in-releases-api into master

What does this MR do and why?

This merge request adds an alias (i.e. direct_asset_path) for filepath field in Releases and Release Links APIs.

filepath is being deprecated and removed in %17.0, but until then, we want to ensure both can be used in the following endpoints:

After filepath is removed in #388182 (closed), direct_asset_path should be used solely by customers and users moving forward.

Documentation for the changes introduced here is submitted separately in !108875 (merged).

Resolves #273757 (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