mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03:30
Fix collection module docs for names, IDs, and named URLs (#14269)
This commit is contained in:
@@ -45,7 +45,7 @@ options:
|
||||
type: str
|
||||
organization:
|
||||
description:
|
||||
- Organization that should own the credential.
|
||||
- Organization name, ID, or named URL that should own the credential.
|
||||
type: str
|
||||
credential_type:
|
||||
description:
|
||||
@@ -92,11 +92,11 @@ options:
|
||||
default: true
|
||||
user:
|
||||
description:
|
||||
- User that should own this credential.
|
||||
- User name, ID, or named URL that should own this credential.
|
||||
type: str
|
||||
team:
|
||||
description:
|
||||
- Team that should own this credential.
|
||||
- Team name, ID, or named URL that should own this credential.
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user