SetIsDisabledAsync

Set the IsDisabled flag to enable / disable an active card assignment Returns ()

Overview of SetIsDisabledAsync goes here.

Name Description
cardAssignment
isDisabled

Set Is Disabled Async

Example in C#

// Returns: nothing
await client.SetIsDisabledAsync(CardAssignmentInfo cardAssignment, Boolean isDisabled);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/people/PERSON.KEY/cards/CARDASSIGNMENT.KEY/setisdisabled?isDisabled=[true|false] \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'