frontend token (#820, #834)

This commit is contained in:
Michael Quigley
2025-02-04 14:20:55 -05:00
parent fa8200a603
commit 09fdb92861
38 changed files with 416 additions and 164 deletions

View File

@ -179,8 +179,8 @@ func (o *CreateFrontendBody) UnmarshalBinary(b []byte) error {
// swagger:model CreateFrontendCreatedBody
type CreateFrontendCreatedBody struct {
// token
Token string `json:"token,omitempty"`
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
}
// Validate validates this create frontend created body