Skip to content

Commit

Permalink
minor fix in relationship api
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Oct 16, 2018
1 parent c5f38dc commit 254b54d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/Asset_Relationship_API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Asset Relationship Query
Find Asset Relationships based on one or more attributes.

:query string asset: Required. The Asset ID of the Relationship to find.
:query string related: Required. The Related ID of the Relationship to find.
:query string type: Required. The type of Relationship to find.
:query string asset: Optional. The Asset ID of the Relationship to find.
:query string related: Optional. The Related ID of the Relationship to find.
:query string type: Optional. The type of Relationship to find.
:statuscode 200: Success

.. include:: _examples/asset/asset_relationship_query.rst

0 comments on commit 254b54d

Please sign in to comment.