Exam MCPA - Level 1 All QuestionsBrowse all questions from this exam
Question 57

An API implementation is updated. When must the RAML definition of the API also be updated?

    Correct Answer: A

    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.

Discussion
calazansOption: A

When the API implementation changes the structure of the request or response messages

AB317Option: A

Answer: A

AlandtOption: A

A, because this effects the experience layer

Outdoor25Option: A

Answer should be A. When the structure of request/response changes.