Create a new mapping version
Creates a new version for an existing mapping.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique topic identifier of the gateway
Query Parameters
HTTP method for the mapping in uppercase
GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD URL path for the mapping including the leading slash
Body
Type of resource that will handle requests
"function"
Resource identifier that will handle requests
"user-service.getUsers"
Version of the resource
"latest"
Whether the mapping version is active
true
Description of the mapping version
"Gets all users with pagination"
List of middleware to be applied to the mapping version
Whether the path should be matched exactly
false
Attributes for the mapping version
[]Boolean logic expression for request routing
""
Type of invocation for the resource
"RequestResponse"