Manual Change
Use this endpoint with the POST method to register manual changes.
Manual changes are any changes not tracked by source code, feature flags, or any other type of change not supported by Sleuth. They are free-form entries that include a name and description. Although the description is optional, the form data in the manual change must contain a name as one of its parameters.
Path
The endpoint path takes 2 slugs which direct the manual changes to the correct code project:
ORG_SLUG
: found in the URL of your Sleuth org, immediately followinghttps://app.sleuth.io/
PROJECT_SLUG
: found in the URL, following the prefixhttps://app.sleuth.io/org_slug/
Parameters
api_key
*
string
Can be found in the Organization Settings
-> Details
-> Api Key
field in your Sleuth org.
name
*
string
Title for the manual change.
Examples
Make sure you replace the values surrounded by<
and >
with your own values.
Last updated