MuleSoft Certified Platform Architect – Level 1 — Question 16

The implementation of a Process API must change.
What is a valid approach that minimizes the impact of this change on API clients?

Answer options

Correct answer: A

Explanation

Option A is correct because updating the RAML definition and notifying clients allows them to adapt to changes without significant disruption. Option B is incorrect as it delays necessary improvements, which could hinder progress. Option C is not ideal since keeping the RAML unchanged may prevent implementing essential updates. Option D involves creating a new API, which can complicate the transition for clients instead of simply updating the existing one.