Skip to main content

Complete Activity

POST 

/api/v1/activities/:id/complete

Mark an Activity complete, optionally setting a result and memo.

Request

Responses

Success

Response Headers
    X-RateLimit-Plan

    Active public API plan applied to the request.

    X-RateLimit-Bucket

    Rate-limit bucket used for the request.

    X-RateLimit-Limit

    Maximum number of requests allowed for the active bucket in the current one-second rate-limit window.

    X-RateLimit-Limit-Read

    Maximum read requests allowed per second for the active plan.

    X-RateLimit-Limit-Write

    Maximum write requests allowed per second for the active plan.

    X-RateLimit-Remaining

    Number of requests remaining for the active bucket in the current one-second rate-limit window.

    X-RateLimit-Reset

    Unix timestamp, in seconds, when the current rate-limit window resets.