LibraryVariableSets
Modify an existing library variable set.
put/libraryvariablesets/{id}
Path parameters
idstring required
The ID of the library variable set.
Request body
Example request
{
"Id": "LibraryVariableSets-1",
"SpaceId": "Spaces-1"
}Response
The modified library variable set.
Example response
{
"SpaceId": "Spaces-1"
}