For the Headers
section, I need to describe what each header parameter / field / entry is. How would I go about doing that?
Currently, my Headers
section looks like this:
+ Headers
Access-Token: access_token # Server-generated Access Token to authenticate API calls from a user
User-ID: user_id_from_google # Google-generated ID of each user
Install-ID: randomly_generated_id # An ID to uniquely identify a device installation for a user
I am using #
to imply that anything after that is a comment
for that parameter.