diff --git a/config/dictionaries/resource.json b/config/dictionaries/resource.json index 34f5409952..b28de879af 100644 --- a/config/dictionaries/resource.json +++ b/config/dictionaries/resource.json @@ -23,10 +23,18 @@ "created_at" ], "examples": [ + { + "id": "get-all-apps-of-org-by-handle", + "summary": "Get all fleets of an organization by its HANDLE", + "description": "", + "method": "GET", + "endpoint": "/v6/application", + "filters": "?\\$filter=organization/any(o:o/handle%20eq%20%27%27)" + }, { "id": "get-all-apps", "summary": "Get all fleets", - "description": "", + "description": "Note: This will also include all public fleets of the platform. In most cases retrieving the fleets by their organization will be preferable.", "method": "GET", "endpoint": "/v6/application", "filters": ""