Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
linenumberstrue
{  
	"name":"Passengers",
	"info": {  
	  	"rating":5,
	    "releaseDate":null
	}
}


Custom Formatting with API Plugin

The following interface can be implemented to customize the response.

...