PUT v1/{subscriptionID}/projects/{projectID}/name?projectName={projectName}
Renames a project.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID to be renamed. |
globally unique identifier |
Required |
projectName |
The new project name. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the renamed project.
ProjectModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the project ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the project. |
globally unique identifier |
None. |
Name |
Gets and sets the project name. |
string |
None. |
Creator |
Gets the user who created the project. |
UserViewModel |
None. |
CreationTime |
Gets the creation time of the project. |
date |
None. |
Modifier |
Gets the user who was the last to modify the project. |
UserViewModel |
None. |
ModificationTime |
Gets the modification time of the project. |
date |
None. |
AutomationMode |
Gets the automation mode of the project. |
ProjectAutomationMode |
None. |
Status |
Gets the project status. |
ProjectStatus |
None. |
BindingType |
Gets the binding type of the project. |
ProjectBindingType |
None. |
Type |
Gets and sets (at creation time only) the project type. |
ProjectType |
None. |
RurlAdorWebTouchPointID |
Gets the RURL ADOR web touchpoint ID of the project. |
globally unique identifier |
None. |
AllowCustomWebSite |
Gets and sets a value indicating whether a custom website is allowed in the project. |
boolean |
None. |
TimeZone |
Gets and sets the project time zone. |
string |
None. |
StartTime |
Gets and sets the project start time. |
date |
None. |
Response Formats
application/json, text/json
{ "ID": "57d48f53-fe22-4dbd-9c14-f29561b48e48", "SubscriptionID": "20de8fac-98d1-4aea-a1f6-3510d7ec5199", "Name": "sample string 3", "Creator": { "ID": "eaf8897d-9433-4c56-9477-998a071e7b4b", "Name": "sample string 2" }, "CreationTime": "2022-05-23T18:57:08.0140531Z", "Modifier": { "ID": "eaf8897d-9433-4c56-9477-998a071e7b4b", "Name": "sample string 2" }, "ModificationTime": "2022-05-23T18:57:08.0140531Z", "AutomationMode": 1, "Status": 1, "BindingType": 1, "Type": 1, "RurlAdorWebTouchPointID": "65469a09-1457-4dea-9c9a-8f3c757b4b4e", "AllowCustomWebSite": true, "UProduceJobID": "7682a138-e3b3-4585-892e-1d446cc4fd32", "FriendlyID": "sample string 7", "FamilyID": "3edc3903-b498-4586-bdb0-c0beceb63a84", "NumberOfInstances": 8, "TimeZone": "sample string 9", "StartTime": "2022-05-23T18:57:08.0140531Z" }