Variables
Convert all non-sensitive project variables to be stored in Git rather than the database.
post/spaces/{spaceIdentifier}/projects/{projectId}/git/migrate-variables
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
Request body
Example request
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Empty response indicating the Project Variables were converted
ConvertProjectVariablesToGitResponse required
Changes
No recorded changes to this endpoint across all 7 revisions of this API.