Snippet Instance
This viewset automatically provides `list`, `create`, `retrieve`,
`update` and `destroy` actions.
Additionally we also provide an extra `highlight` action.
GET /api/v1/snippets/851/?format=api
{ "url": "http://demo.scanapi.dev/api/v1/snippets/851/?format=api", "id": 851, "highlight": "http://demo.scanapi.dev/api/v1/snippets/851/highlight/?format=api", "owner": "guest", "title": "Allowed Modules Test", "code": "# Testing allowed modules", "linenos": false, "language": "python", "style": "friendly" }