PUT api/superadmin/projects/{projectId}/keys/{id}

change some key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

projectId

string

None.

Body Parameters

KeyReferenceAdminModel
NameDescriptionTypeAdditional 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": "2024-05-20T04:24:43.1241088+00:00",
  "countReferences": 4,
  "ownDeadLine": true,
  "dateOfFinish": "2024-05-20T04:24:43.1241088+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>2024-05-20T04:24:43.1241088+00:00</AddDate>
  <CountReferences>4</CountReferences>
  <Reference>sample string 1</Reference>
  <active>true</active>
  <dateOfFinish>2024-05-20T04:24:43.1241088+00:00</dateOfFinish>
  <ownDeadLine>true</ownDeadLine>
</KeyReferenceAdminModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.