Update multiple 'AutomationSource' existing entities
PUThttps://app.testiny.io/api/v1/atm-source/bulk
Updates multiple existing 'AutomationSource' entities. Returns a full updated entity list including (optional) modification metadata.
Request
Query Parameters
Forces the update even if '_etag' is missing or not matching.
- application/json
Body
array
required
Array [
]
The unique entity id - must be a positive integer
The project id this entity or mapping belongs to
The name property
Display name for automation source in user interface
Main integration tests
The retention_days property
Responses
- 200
- 4XX
- 5XX
Returns an array of AutomationSource.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The unique entity id - must be a positive integer
The project id this entity or mapping belongs to
The name property
Display name for automation source in user interface
Main integration tests
The retention_days property
[
{
"id": 0,
"project_id": 0,
"name": "string",
"display_name": "Main integration tests",
"retention_days": 0
}
]
The request failed because invalid request parameters or data were supplied or access was denied.
- application/json
- Schema
- Example (from schema)
Schema
The error code describing the general error category.
API_INVALID_INPUT_DATA
The HTTP status code.
The actual error message describing the error in more detail.
The request id for following up on specific errors.
{
"code": "API_INVALID_INPUT_DATA",
"status": 0,
"message": "string",
"reqid": "string"
}
The request failed because an error occurred during processing of the request.
- application/json
- Schema
- Example (from schema)
Schema
The error code describing the general error category.
API_INVALID_INPUT_DATA
The HTTP status code.
The actual error message describing the error in more detail.
The request id for following up on specific errors.
{
"code": "API_INVALID_INPUT_DATA",
"status": 0,
"message": "string",
"reqid": "string"
}
Authorization: X-Api-Key
name: X-Api-Keytype: apiKeyin: header
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP