ruby-grape / grape-entity

An API focused facade that sits on top of an object model.
MIT License
721 stars 153 forks source link

Question: What is `in: "header"` about? #312

Open vitoravelino opened 5 years ago

vitoravelino commented 5 years ago

I was looking for a way to not expose some attributes to the openapi-spec.json entities representations and I found that there was in: "header" option in the documentation hash that hides it.

Based on that I wanted to know what's the purpose of that option in the documentation hash.