Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

UNDER DEVELOPMENT

The following endpoint can be used to update a given resource's status based on a progression object available to it at that point in time. For information regarding supporting resources please see the respective resource endpoints.

[POST|PUT] /:resource/:resource_id/progressions/:progression_id/auto

Where resource and resource_id describe the object you wish to progress. The progression id must point to a valid progression for the given resource. To get a list of available progressions please see the list progressions endpoint.

Handling the response

Upon success, the endpoint will return the updated resource. Please see the appropriate resources get endpoint for controlling the response.

Sample

For a complete sample, please see the progressions page.

  • No labels