GoodMem
ReferenceClient SDKsJavaScriptRequests

UpdateApiKeyRequest

UpdateApiKeyRequest documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
statusStringNew status for the API key. Allowed values: ACTIVE, INACTIVE.[optional]
replaceLabels{String: String}Replace all existing labels with this set. Mutually exclusive with mergeLabels.[optional]
mergeLabels{String: String}Merge these labels with existing ones. Mutually exclusive with replaceLabels.[optional]

Enum: StatusEnum

  • ACTIVE (value: "ACTIVE")

  • INACTIVE (value: "INACTIVE")