Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fixes #5237 by defining the correct type for group.pod.
Browse files Browse the repository at this point in the history
Test Plan: read documentation

Reviewers: jdef, meichstedt, jenkins, unterstein

Reviewed By: jdef, meichstedt, jenkins, unterstein

Subscribers: marathon-team

Differential Revision: https://phabricator.mesosphere.com/D535
  • Loading branch information
aquamatthias committed Feb 22, 2017
1 parent fdd8d99 commit d1e375d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/rest-api/public/api/v2/types/group.raml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#%RAML 1.0 Library
uses:
app: app.raml
pod: podStatus.raml
pod: pod.raml
strings: stringTypes.raml
pragma: pragma.raml
types:
Expand All @@ -15,7 +15,7 @@ types:
uniqueItems: true
pods?:
type: array
items: pod.PodStatus
items: pod.Pod
uniqueItems: true
groups?:
type: array
Expand Down

0 comments on commit d1e375d

Please sign in to comment.