mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-12 19:08:32 +00:00

* doc: api descriptions * doc: management description * doc: message validation * doc: api descriptions * doc: api descriptions * doc: description * doc: index images * doc: design * colors, colors and more colors * margin * fix comment * doc: api descriptions * doc: empty response * doc: api descriptions * fix comment Co-authored-by: Livio Amstutz <livio.a@gmail.com>
739 B
739 B
title |
---|
zitadel/change.proto |
This document reflects the state from API 1.0 (available from 20.04.2021)
Messages
Change
Field | Type | Description | Validation |
---|---|---|---|
change_date | google.protobuf.Timestamp | - | |
event_type | zitadel.v1.LocalizedMessage | - | |
sequence | uint64 | - | |
editor_id | string | - | |
editor_display_name | string | - | |
resource_owner_id | string | - |
ChangeQuery
Field | Type | Description | Validation |
---|---|---|---|
sequence | uint64 | sequence represents the order of events. It's always upcounting | |
limit | uint32 | - | |
asc | bool | - |