Greg Wilke
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Greg Wilke-
Other: Add Activation Request Details to HVR Channel Logging
AnsweredWhen making an activation call against an HVR channel, it would be helpful to see in the logs what the call parameters were used so that we can check if any features were incorrectly configured.
-
Other: HVR API Login Send Bad Request When Body Is Missing Refresh
AnsweredWith HVR 6.2.5/6, when you call "{{root_url}}/auth/v1/password" with the following body { "username": "{{client_id}}", "password": "{{client_secret}}" }, it returns a 200 message with an a...
-
Other: Simplify HVR API Add New Table Command
When using the POST or PATCH to call .../hubs/{hub}/definition/channels/{channel}/tables, you have include the list of columns you want included, increasing the complexity of request when you want...