feat: work savenew api version with acl in network segment

This commit is contained in:
Marcel S. Henselin 2025-12-30 07:57:33 +01:00
parent 5cab4b79ee
commit 318d2e0962
6 changed files with 151 additions and 202 deletions

View file

@ -114,7 +114,7 @@ type Error struct {
TraceId ErrorGetTraceIdAttributeType `json:"traceId" required:"true" validate:"required,traceID"`
// Describes in which state the api was when the error happened.
// REQUIRED
Type ErrorGetTypeAttributeType `json:"type" required:"true" validate:"required,errorType"`
Type ErrorGetTypeAttributeType `json:"type" required:"true"`
}
type _Error Error