all of the version URI parameters in the spec are represented as variables; however, we only expect v1 as an admissable value. Furthermore, because they are represented as variables, all of the generated SDK function interfaces (by APImatic) take a version argument.
all of the version URI parameters in the spec are represented as variables; however, we only expect
v1
as an admissable value. Furthermore, because they are represented as variables, all of the generated SDK function interfaces (by APImatic) take aversion
argument.