CodebaseUpdatePluginResult
The result of a plugin update request.
type CodebaseUpdatePluginResult {
code: String!
message: String!
status: String!
}
Fields
CodebaseUpdatePluginResult.code ● String! non-null scalar common
The result code for the plugin update request.
CodebaseUpdatePluginResult.message ● String! non-null scalar common
A human-readable message about the plugin update request.
CodebaseUpdatePluginResult.status ● String! non-null scalar common
The status of the plugin update request.
Returned By
updatePlugin mutation