Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
// The error message.
// Required: true
Message string `json:"message"`
}
ErrorResponse Represents an error. Example: {"message":"Something went wrong."}
swagger:model ErrorResponse
type IDResponse ¶
type IDResponse struct {
// The id of the newly created object.
// Required: true
ID string `json:"Id"`
}
IDResponse Response to an API call that returns just an Id
swagger:model IDResponse
Click to show internal directories.
Click to hide internal directories.