7. Refer to the exhibit. What is true about the way resources and sub resources are represented by the code snippets
Only snippet A throws an error because string resources and sub resources in the same line in RAML 1.0 is invalid18. What HTTP status code does the HTTP specification indicate should be returned when an unsupported value is sent in the Accept Header of an HTTP request
406
19. What HTTP status code does the HTTP specification indicate should be returned when a new resource is created
201
20. While using a POST method to create a new entity, which HTTP header is sent in the response to specify the URI of the newly created entity
Location
Mulesoft Certification Dumps
21. Which HTTP header is used to specify the client software that is sending the request
User-Agent
22. In a RAML 1.0 file, how do you specify the maximum and minimum allowed values for an integer data type
With a facet
23. What is the right way of defining a customer datatype with a customerType discriminator of string type
types:
customer:
type: string
discriminator: customerType
properties:
customerType: string
No comments:
Post a Comment