Forum Discussion

dunkc's avatar
dunkc
Occasional Contributor
8 years ago
Solved

What happened to my API

I wrote an API in pure YAML format but this seems to have been altered overnight. Quotes have been added around the attribute values, slashes have been added to multi-line descriptions and the object...
  • fehguy's avatar
    8 years ago

    Hi,

    When we parse the definitions on the back-end, the formatting of the YAML does indeed get reformatted to use quotes and multi-line text strings.  But this should only happen when exporting the data from the back-end when pushing to github, etc.  It shouldn’t affect the editor.

     

    Can you share the full path to the definition so we can look at the events that could have triggered this?

    Tony