PUT api/superadmin/projects/{projectId}/keys/{id}
change some key
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| projectId | string |
None. |
Body Parameters
KeyReferenceAdminModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Reference | string |
None. |
|
| active | boolean |
None. |
|
| AddDate | date |
None. |
|
| CountReferences | integer |
None. |
|
| ownDeadLine | boolean |
None. |
|
| dateOfFinish | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"reference": "sample string 1",
"active": true,
"addDate": "2026-02-05T00:18:59.0143378+00:00",
"countReferences": 4,
"ownDeadLine": true,
"dateOfFinish": "2026-02-05T00:18:59.0143378+00:00"
}
application/xml, text/xml
Sample:
<KeyReferenceAdminModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Keys"> <AddDate>2026-02-05T00:18:59.0143378+00:00</AddDate> <CountReferences>4</CountReferences> <Reference>sample string 1</Reference> <active>true</active> <dateOfFinish>2026-02-05T00:18:59.0143378+00:00</dateOfFinish> <ownDeadLine>true</ownDeadLine> </KeyReferenceAdminModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.