MCD-LEVEL-1 · Question #98
A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices. What is valid RAML to specify a…
The correct answer is D. Option D. URI parameter is basically used to identify a specific resource or resources Here we want to update details about specific department, so question is asking 'How to use URI parameter' in RAML Correct answer is
Question
A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices. What is valid RAML to specify a method to update the details for a specific department? A) B) C) D)
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(23 responses)- B4% (1)
- D96% (22)
Explanation
URI parameter is basically used to identify a specific resource or resources * Here we want to update details about specific department, so question is asking 'How to use URI parameter' in RAML * Correct answer is
Topics
Community Discussion
No community discussion yet for this question.