Skip to content

Add segment create and read#7

Merged
zhouzhuojie merged 1 commit into
masterfrom
zz/add-segment-route
Oct 5, 2017
Merged

Add segment create and read#7
zhouzhuojie merged 1 commit into
masterfrom
zz/add-segment-route

Conversation

@zhouzhuojie
Copy link
Copy Markdown
Collaborator

GET localhost:18000/api/flags/1/segments

[
	{
		"constraints": null,
		"description": "segment_1",
		"distributions": null,
		"id": 1,
		"rank": 0
	},
	{
		"constraints": null,
		"description": "segment_2",
		"distributions": null,
		"id": 2,
		"rank": 1
	}
]

localhost:18000/api/flags/1/segments

{
	"constraints": null,
	"description": "segment_2",
	"distributions": null,
	"id": 2
}

@zhouzhuojie zhouzhuojie requested a review from lucidrains October 5, 2017 23:06
@zhouzhuojie zhouzhuojie merged commit f540ef2 into master Oct 5, 2017
@zhouzhuojie zhouzhuojie deleted the zz/add-segment-route branch October 5, 2017 23:09
iamafanasyev pushed a commit to iamafanasyev/flagr that referenced this pull request Feb 5, 2026
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant