mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-15 12:21:12 +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>
43 lines
739 B
Markdown
43 lines
739 B
Markdown
---
|
|
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 | - | |
|
|
|
|
|
|
|
|
|
|
|
|
|