Map Controller

get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
projectIdstringRequired
Responses
200

OK

*/*
get
/api/map/{projectId}/variables
put
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
projectIdstringRequired
Bodyobject[]
namestringOptional
variableIdstringRequired
varOrderinteger · int32Optional
Responses
200

OK

No content

put
/api/map/{projectId}/variables

No content

Last updated