PUT v1/{subscriptionID}/projects/parameters/{parameterID}
Updates a project parameter.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
parameterID |
The project parameter ID to be updated. |
globally unique identifier |
Required |
Body Parameters
The project parameter to be updated.
ProjectParameterModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the parameter ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the parameter. |
globally unique identifier |
None. |
ProjectID |
Gets the project ID of the parameter. |
globally unique identifier |
None. |
Name |
Gets the parameter name. |
string |
None. |
Type |
Gets the parameter type. |
ProjectParameterType |
None. |
Value |
Gets the value of the parameter. |
string |
None. |
CreationTime |
Gets the parameter creation time. |
date |
None. |
Creator |
Gets the user who created the parameter. |
UserViewModel |
None. |
ModificationTime |
Gets the last modification time of the parameter. |
date |
None. |
Modifier |
Gets the user who was the last to modify the parameter. |
UserViewModel |
None. |
FriendlyID |
Gets the friendly ID of the parameter. |
string |
None. |
Request Formats
application/json, text/json
{ "ID": "dfbf7c5f-01e4-48b2-b6b7-2af53d9b6dd6", "SubscriptionID": "2d3600d3-4865-4a9d-ae60-0223f3b623a7", "ProjectID": "02bf5d02-2d84-4115-8eb0-d419ad2edaf9", "Name": "sample string 4", "Type": 1, "Value": "sample string 5", "CreationTime": "2022-05-23T17:59:00.816955Z", "Creator": { "ID": "7530c177-830e-4f88-aa76-9f518e8c5c48", "Name": "sample string 2" }, "ModificationTime": "2022-05-23T17:59:00.816955Z", "Modifier": { "ID": "7530c177-830e-4f88-aa76-9f518e8c5c48", "Name": "sample string 2" }, "FriendlyID": "sample string 8" }
application/x-www-form-urlencoded
Response Information
Resource Description
Returns all tracking reports for the specified diagram node ID.
ProjectParameterModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the parameter ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the parameter. |
globally unique identifier |
None. |
ProjectID |
Gets the project ID of the parameter. |
globally unique identifier |
None. |
Name |
Gets the parameter name. |
string |
None. |
Type |
Gets the parameter type. |
ProjectParameterType |
None. |
Value |
Gets the value of the parameter. |
string |
None. |
CreationTime |
Gets the parameter creation time. |
date |
None. |
Creator |
Gets the user who created the parameter. |
UserViewModel |
None. |
ModificationTime |
Gets the last modification time of the parameter. |
date |
None. |
Modifier |
Gets the user who was the last to modify the parameter. |
UserViewModel |
None. |
FriendlyID |
Gets the friendly ID of the parameter. |
string |
None. |
Response Formats
application/json, text/json
{ "ID": "e35ca145-5efe-4aea-b14f-438e815d60f9", "SubscriptionID": "f926b16d-7221-458a-811a-24555fd555cb", "ProjectID": "3e687b93-8d32-4e31-8110-3e58081e5cdf", "Name": "sample string 4", "Type": 1, "Value": "sample string 5", "CreationTime": "2022-05-23T17:59:00.816955Z", "Creator": { "ID": "f2122613-29df-4084-938e-df385f3c12b8", "Name": "sample string 2" }, "ModificationTime": "2022-05-23T17:59:00.816955Z", "Modifier": { "ID": "f2122613-29df-4084-938e-df385f3c12b8", "Name": "sample string 2" }, "FriendlyID": "sample string 8" }