api/databases/{dbid}/entities/{entity}/{id}
Argument | Type | Description |
---|---|---|
dbid | GUID | The ID of the database |
entity | String | The name of the entity |
id | GUID | The ID of the entity |
Name | Type | Options | Description |
---|---|---|---|
Properties | Array of name: value | List of properties of an object |
- PUT api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/7ce10c00-ea30-4ab4-ab57-87bec4fb558f
- Accept: text/json
- Accept-Encoding: deflate
- Content-Type: text/json
- Host: localhost:6496
- Cookie: sid=c424b715-d9fb-4f37-a6eb-8a1932bec70a
- Content-Length: 55
- Expect: 100-continue
- {
- "Properties":
- {
- "Name": "New task name"
- }
- }
- Cache-Control: no-store
- Date: Fri, 21 Dec 2012 14:31:09 GMT
- ETag: "3"
- Server: Microsoft-HTTPAPI/2.0