v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Modifies the specified project name, given the project ARN and a new name.

post/#X-Amz-Target=DeviceFarm_20150623.UpdateProject

Headers

X-Amz-Target'DeviceFarm_20150623.UpdateProject' required

Request body

arnstring required

The Amazon Resource Name (ARN) of the project whose name to update.

namestring

A string that represents the new name of the project that you are updating.

defaultJobTimeoutMinutesinteger

The number of minutes a test run in the project executes before it times out.

Response

Success

Example response

{
  "project": {
    "name": "NewName",
    "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:8f75187d-101e-4625-accc-12345EXAMPLE",
    "created": "1448400709.927"
  }
}