RestApiKeyUpdateInput
Input for updating an existing REST API key. All fields are optional - only provided fields will be updated.
input RestApiKeyUpdateInput {
name: String
active: Boolean
}
Fields
RestApiKeyUpdateInput.name ● String scalar
Name for the API key
RestApiKeyUpdateInput.active ● Boolean scalar
Whether the API key is active
Member Of
restApiKeyUpdate mutation