Merge "Remove inproper comment for APIs."

This commit is contained in:
Jenkins 2017-08-10 16:07:35 +00:00 committed by Gerrit Code Review
commit 39b5eae33e
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ class Segment(resource2.Resource):
# 1] GET /v1/segments
# 2] GET /v1/segments/<segment_uuid>
# 3] POST /v1/segments
# 4] POST /v1/segments
# 5] POST /v1/segments
# 4] PUT /v1/segments/<segment_uuid>
# 5] DELETE /v1/segments/<segment_uuid>
allow_list = True
allow_get = True
allow_create = True