diff --git a/src/sentry/remote_config/docs/api.md b/src/sentry/remote_config/docs/api.md index 13adaee9172378..a16ac90d8956b7 100644 --- a/src/sentry/remote_config/docs/api.md +++ b/src/sentry/remote_config/docs/api.md @@ -50,6 +50,15 @@ Fetch a project's configuration. Responses should be proxied exactly to the SDK. ## Configurations [/projects///configurations/] +**Parameters** + +- offset (optional, number) + Default: 0 +- per_page (optional, number) + Default: 10 + +**Attributes** + | Field | Type | Description | | ------------------ | ---------------- | ----------------------------------------------------------------------------- | | environment | optional[string] | The environment the configuration is associated with. | @@ -171,6 +180,23 @@ Delete a configuration. ## Features [/projects///configuration//features/] +**Parameters** + +- offset (optional, number) + Default: 0 +- per_page (optional, number) + Default: 10 + +**Attributes** + +| Field | Type | Description | +| ----------- | ------ | ----------------------------------------------------- | +| description | string | The environment the configuration is associated with. | +| id | string | A server generated unique identifier. | +| is_enabled | bool | Disabled features are not visible to clients. | +| key | string | A unique, per-config feature identifier. | +| value | any | The value associated to the key. | + ### Get Features [GET] Retrieve configuration features.