v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1329113117.1 KB
projects

Creates a History. The returned History will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing project does not exist

post/toolresults/v1beta3/projects/{projectId}/histories

Path parameters

projectIdstring required

A Project id. Required.

Query parameters

requestIdstring

A unique request ID for server to detect duplicated requests. For example, a UUID. Optional, but strongly recommended.

Request body

namestring

A name to uniquely identify a history within a project. Maximum of 200 characters. - In response always set - In create request: always set

displayNamestring

A short human-readable (plain text) name to display in the UI. Maximum of 100 characters. - In response: present if set during create. - In create request: optional

historyIdstring

A unique identifier within a project for this History. Returns INVALID_ARGUMENT if this field is set or overwritten by the caller. - In response always set - In create request: never set

testPlatform'unknownPlatform' | 'android' | 'ios'

The platform of the test history. - In response: always set. Returns the platform of the last execution if unknown.

Response

Successful response