diff --git a/app/api/openapi/space.go b/app/api/openapi/space.go index e16aa852c..c3bba5e1c 100644 --- a/app/api/openapi/space.go +++ b/app/api/openapi/space.go @@ -254,7 +254,7 @@ func spaceOperations(reflector *openapi3.Reflector) { opUpdatePublicAccess := openapi3.Operation{} opUpdatePublicAccess.WithTags("space") opUpdatePublicAccess.WithMapOfAnything( - map[string]interface{}{"operationId": "updatePublicAccess"}) + map[string]interface{}{"operationId": "updateSpacePublicAccess"}) _ = reflector.SetRequest( &opUpdatePublicAccess, new(updateSpacePublicAccessRequest), http.MethodPost) _ = reflector.SetJSONResponse(&opUpdatePublicAccess, new(space.SpaceOutput), http.StatusOK)