Response containing the suggested fileName
name | data type | description |
---|---|---|
fileName | string | Suggested fileName |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "fileName" : "my-new-page.en.html", "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }