Passing pushauth flag as bool in json body to internal api doesn't become a...
Compare changes
- kmcknight authored
Passing pushauth flag as bool in json body to internal api doesn't become a bool in ruby; converting to string fixes it
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -4,6 +4,7 @@ import (
@@ -26,7 +27,7 @@ type RequestBody struct {
@@ -91,7 +92,7 @@ func (c *Client) getRequestBody(ctx context.Context, args *commandargs.Shell, ot
@@ -99,7 +100,7 @@ func (c *Client) getRequestBody(ctx context.Context, args *commandargs.Shell, ot