Skip to content

Commit 87c2e44

Browse files
committed
Document body_as_json config in README.md
1 parent 4d6427b commit 87c2e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Gitlab.configure do |config|
4242
# Optional
4343
# config.user_agent = 'Custom User Agent' # user agent, default: 'Gitlab Ruby Gem [version]'
4444
# config.sudo = 'user' # username for sudo mode, default: nil
45+
# config.body_as_json = false # use application/json for all requests with a body, default: false
4546
end
4647
```
4748

0 commit comments

Comments
 (0)