-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathput.users.tokens.yaml
48 lines (48 loc) · 1.03 KB
/
put.users.tokens.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Put a token object."
enabled: true
entry_point: run.py
name: put.users.tokens
parameters:
endpoint_uri:
default: "/users/tokens/{{ id }}/"
immutable: true
type: string
http_verb:
default: put
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
user:
required: false
type: object
description: "User"
expires:
required: false
type: string
description: "Expires"
last_used:
required: false
type: string
description: "Last used"
key:
required: false
type: string
description: "Key"
write_enabled:
required: false
type: boolean
description: "Permit create/update/delete operations using this key"
description:
required: false
type: string
description: "Description"
id:
required: true
type: integer
description: "ID of the object to put."
runner_type: python-script