Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to place comments in Postman

How to place comments inside Postman, request body section? Or is there any other place to comment out about the postman request?

enter image description here

like image 609
Harsha W Avatar asked Jul 03 '17 08:07

Harsha W


People also ask

How do I add comments to a JSON file?

Can I add a comment in JSON? No, JSON is a data-only format. Comments in the form //, #, or /* */, which are used in popular programming languages, are not allowed in JSON. You can add comments to JSON as custom JSON elements that will hold your comments, but these elements will still be data.

Can you do comments in JSON?

No. JSON is data-only. If you include a comment, then it must be data too. You could have a designated data element called "_comment" (or something) that should be ignored by apps that use the JSON data.


1 Answers

You can write documentation and comments using the description section of the requests, collections or folders.

like image 131
Pratik Mandrekar Avatar answered Sep 29 '22 07:09

Pratik Mandrekar