Skip to content

CE-1774: fix serialize/deserialize preview generation request

Christina Jenks requested to merge CE-1774-one-more-time into develop

Fixes one ... last ... thing ...

The convention should be some_variable_name, not someVariableName. Updated Swagger def looks good now:

"PreviewGenerationRequest": {
                "type": "object",
                "properties": {
                    "type_revision": {
                        "type": "string"
                    },
                    "config_revision": {
                        "type": "string"
                    },
                    "config_name": {
                        "type": "string"
                    }
                }
            }
Edited by Christina Jenks

Merge request reports