methodResponse

HTTP response definition for an API method.

Examples

type MethodResponse {
  description: String
  code: String
}

Fields

Field
Description
Supported fields

description String

Description of what this response represents

code String

HTTP status code for this response

References

Fields with this object:

Last updated