Skip to content

Update security Note creation to internal param

Nicolas Dular requested to merge nd/rename-confidential-to-internal into master

What does this MR do and why?

API deprecation issue: #371485 (closed)

Update security Note creation to internal param

As the confidential params gets deprecated, we need to update the GraphQL mutations and queries accordingly.

This is not affecting any note creation, but prevents potential GraphQL type errors once !151557 (merged) is merged.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports