Artifacts
Create a new artifact.
Creates a new artifact.
post/spaces/{spaceIdentifier}/artifacts
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
Request body
Example request
{
"Filename": "Performance Test Results.csv",
"LogCorrelationId": "0c5a872485ac4b10857939a92d082e67",
"ServerTaskId": "ServerTasks-1",
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"Filename": "Performance Test Results.csv",
"LogCorrelationId": "0c5a872485ac4b10857939a92d082e67",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.