MCPA - Level 1 Exam QuestionsBrowse all questions from this exam

MCPA - Level 1 Exam - Question 57


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

Show Answer
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

4 comments
Sign in to comment
AB317Option: A
Aug 6, 2021

Answer: A

calazansOption: A
Jun 22, 2022

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

Outdoor25Option: A
Jan 12, 2022

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

AlandtOption: A
Jul 4, 2024

A, because this effects the experience layer