A set of keys and associated values, attached to a particular version of an Api.
Field | Type | Required | Description |
---|---|---|---|
apiId |
String | ✔️ | The ID of the Api this Metadata belongs to. |
createdAt |
OffsetDateTime | ✔️ | Creation timestamp. |
metaKey |
String | ✔️ | The key for this metadata. |
metaValue |
String | ✔️ | One of the values for this metadata. |
versionId |
String | ✔️ | The version ID of the Api this Metadata belongs to. |
workspaceId |
String | ✔️ | The workspace ID this Metadata belongs to. |