Appearance
GET /api/orgs/{org}/projects/{prj}/repos/{repo}/steps/{id}
GET
/api/orgs/{org}/projects/{prj}/repos/{repo}/steps/{id}
Authorizations
Testslick OpenAPI Security Scheme
Authentication
TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)
Parameters
Path Parameters
id*
Typestring
Requiredformat
uuid
pattern
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
org*
Typestring
Requiredprj*
Typestring
Requiredrepo*
Typestring
RequiredResponses
OK
application/json
JSON
{
"id": "string",
"originId": "string",
"oid": "string",
"rid": "string",
"testId": "string",
"parentId": "string",
"stepOrder": 0,
"typeId": "string",
"content": "string",
"expectedResult": "string",
"sharable": true,
"createdAt": "2022-03-10T12:15:50",
"createdBy": "string",
"updatedAt": "2022-03-10T12:15:50",
"updatedBy": "string",
"dropExistingSteps": true
}