everyaction.services.Commitments

class everyaction.services.Commitments(ea: EAClient)

Represents the Commitments service.

Methods

update(commitment_id, /, **kwargs)

See PATCH /commitments/{commitmentId}.

update(commitment_id: int, /, **kwargs: EAValue) Commitment

See PATCH /commitments/{commitmentId}.

Parameters
  • commitment_id – The commitmentId path parameter.

  • kwargs – The applicable query arguments and JSON data for the request. A Commitment is appropriate to unpack here.

Returns

The resulting Commitment object.

Keyword Arguments