REST API with common request url parameters

I’m trying to use the “URL Parameters to send with every request” section of a REST API.

Set up like this:

I have a model on a page with a simple insert method:

The URL params are not working together as they should. The fields specified in the model are being sent first, and then the fields in the common url parameters, but both sections start with a question mark. Here’s the data that’s being sent with the request:

bump.

bumpity bump!

Hey Matt,

Looks like you found a bug! We’ll look into it.