LibraryVariableSets
Modify an existing library variable set.
put/spaces/{spaceIdentifier}/libraryvariablesets/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.