Skip to content

Commit

Permalink
update version_added to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jul 10, 2023
1 parent 9c6e0d2 commit 82742ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/api_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
description:
- The name of the RestApi.
type: str
version_added: 6.1.0
version_added: 6.2.0
lookup:
description:
- Look up API gateway by either I(tags) (and I(name) if supplied) or by I(api_id).
Expand All @@ -119,11 +119,11 @@
- If the I(tags) parameter is not set then tags will not be modified.
type: dict
required: false
version_added: 6.1.0
version_added: 6.2.0
author:
- 'Michael De La Rue (@mikedlr)'
notes:
- 'Tags are used to uniquely identify API gateway when the I(api_id) is not supplied. version_added=6.1.0'
- 'Tags are used to uniquely identify API gateway when the I(api_id) is not supplied. version_added=6.2.0'
extends_documentation_fragment:
- amazon.aws.common.modules
- amazon.aws.region.modules
Expand Down

0 comments on commit 82742ca

Please sign in to comment.