Skip to content

Commit

Permalink
Add id field
Browse files Browse the repository at this point in the history
  • Loading branch information
cmanallen committed Jun 11, 2024
1 parent 4fe7693 commit 9714e59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sentry/remote_config/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Retrieve configuration features.
"data": [
{
"description": "A feature description.",
"id": "59d105e1872d4280b5206015d68e95a8",
"is_enabled": true,
"key": "hello",
"value": 22.3
Expand Down Expand Up @@ -213,6 +214,7 @@ Create a configuration feature.
{
"data": {
"description": "Another key.",
"id": "59d105e1872d4280b5206015d68e95a8",
"is_enabled": true,
"key": "other",
"value": "key"
Expand All @@ -232,6 +234,7 @@ Retrieve a configuration feature.
{
"data": {
"description": "A feature description.",
"id": "59d105e1872d4280b5206015d68e95a8",
"is_enabled": true,
"key": "hello",
"value": 22.3
Expand Down Expand Up @@ -259,6 +262,7 @@ Update a configuration feature.
{
"data": {
"description": "A feature description.",
"id": "59d105e1872d4280b5206015d68e95a8",
"is_enabled": false,
"key": "hello",
"value": 22.3
Expand Down

0 comments on commit 9714e59

Please sign in to comment.