Skip to main content

I have created a custom endpoint on my Spark API. I would like to always grab the latest version of my API. Does setting the custom endpoint always point at my latest rater (API)?

The custom endpoint does not inherently point to a particular version of your Spark service. The Spark service version that is called depends on the ‘version_id’ field in the request meta of your API call.

If the field ‘version_id’ in your request meta is filled with a service version’s UUID, then your API call will always call that corresponding service version. If the field is left blank, then the latest version of the service will be called.

 

 


Reply