docs: api request descriptions (#1637)

* 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>
This commit is contained in:
Fabi
2021-04-22 14:59:17 +02:00
committed by GitHub
parent 8f61117805
commit 12f128e3c5
36 changed files with 5523 additions and 2652 deletions

View File

@@ -19,6 +19,7 @@ type LabelPolicyAddedEvent struct {
PrimaryColor string `json:"primaryColor,omitempty"`
SecondaryColor string `json:"secondaryColor,omitempty"`
HideLoginNameSuffix bool `json:"hideLoginNameSuffix,omitempty"`
LogoDarkThemeID string
}
func (e *LabelPolicyAddedEvent) Data() interface{} {