An API implementation is updated. When must the RAML definition of the API also be updated?
An API implementation is updated. When must the RAML definition of the API also be updated?
The RAML definition of an API must be updated when the API implementation changes the structure of the request or response messages. Changes in the structure directly affect the contract between the API and its consumers, necessitating an update to the RAML definition to ensure it accurately reflects the new implementation.
When the API implementation changes the structure of the request or response messages
Answer: A
A, because this effects the experience layer
Answer should be A. When the structure of request/response changes.