mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Updated parameter info
This commit is contained in:
parent
62ebf85b96
commit
0c250cd6af
@ -16,7 +16,7 @@ const store = {};
|
||||
*
|
||||
* @param endpoint - The REST API url suffix.
|
||||
* @param data - Attributes used to create a new endpoint.
|
||||
* @param [unique=['name']] - A unique key for a resource.
|
||||
* @param [unique=['name']] - An array of keys used to uniquely identify previously created resources from the endpoint.
|
||||
*
|
||||
*/
|
||||
const getOrCreate = (endpoint, data, unique = ['name']) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user