v1

latestSwagger 2.02026-07-13285166341.1 KB
AuthorizationCodes

Update an authorization code.

No Documentation Found.

put/api/v2/AuthorizationCodes/{id}

Path parameters

idinteger required

The id of the authorization code.

Request body

IDinteger

The identifier for the authorization code. Read only.

Codestring

The code to enter to unlock a feature. Read only.

DefinitionIDstring

The id of the definition for this authorization code. May not be updated.

CreatedByUserIDinteger

The ID of the user that created this authorization code. Read only.

CreatedDatestring date-time

A timestamp of when this code was created. Read only.

IsDeletedboolean

Indicates whether this code is deleted.

DeletedByUserIDinteger

The ID of the user that deleted this authorization code. Read only.

DeletedDatestring date-time

A timestamp of when this authorization code was deleted. Read only.

EffectiveDatestring date-time

A date at which this code should begin being valid. Optional. Set on create only.

Response

No Content