The allowed path to update.
Update an allowed path
Updates an existing allowed path through a full replacement of the resource. The ID field might not be modified by this operation.
1{2 "id": "f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f",3 "path": "/data/shared/updated-projects",4 "createdBy": "sasjoe",5 "modifiedBy": "sasjoe",6 "creationTimeStamp": "2026-02-05T10:30:00.000Z",7 "modifiedTimeStamp": "2026-02-05T11:45:00.000Z",8 "version": 1,9 "links": [10 {11 "method": "GET",12 "rel": "self",13 "href": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f",14 "uri": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f"15 },16 {17 "method": "PUT",18 "rel": "update",19 "href": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f",20 "uri": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f"21 },22 {23 "method": "DELETE",24 "rel": "delete",25 "href": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f",26 "uri": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f"27 },28 {29 "method": "GET",30 "rel": "up",31 "href": "/dataSources/providers/Compute/allowedPaths",32 "uri": "/dataSources/providers/Compute/allowedPaths"33 }34 ]35}
| Name | Type | Required | Description |
|---|---|---|---|
allowedPathId | string | true | The ID for the allowed path. |
providerId | string | true | The ID for the provider. |
| Name | Type | Required | Description |
|---|---|---|---|
If-Match | string | true | The ETag that was returned from a GET, POST, PUT, PATCH, or HEAD of this object. If the ETag does not match, the update will fail. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. Allowed path updated successfully. | Headers | Schema |
| 400 | Bad Request | The request was invalid. This occurs when the user provides an ID in the request that does not match the ID in the path of the URL. | Schema | |
| 404 | Not Found | No allowed path exists at the requested path. | Schema | |
| 406 | Not Acceptable | This is an example of an error that could be returned for unsupported requested media type. | Schema | |
| 412 | Precondition Failed | The ETag provided does not match the current version of the object. | Schema | |
| 428 | Precondition Required | The If-Match header was not provided when updating an existing allowed path. | Schema |