curl --request POST \ --url https://api.celestra.space/v1.SpaceParameterService/DescribeParameterSet \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "by_id": { "parameter_set_id": "<string>" }, "by_version": { "parameter_set_version_id": "<string>" } }'
{ "parameter_set": { "parameter_set_id": "<string>", "parameter_set_version_id": "<string>" } }
StarSign or phantom token
Show by_id
Show by_version
Show parameter set
ID of the new parameter set
Set Version ID of the new parameter set
Was this page helpful?