methodParameter
Last updated
Parameter definition for an API method.
type MethodParameter {
description: String
in: String
name: String
required: Boolean
}description String
Description of what this parameter is used for
in String
Location of the parameter (query, path, header, body)
name String
Name of the parameter
required Boolean
Whether this parameter is required for the API call
Last updated
