Skip to content

Commit 627c682

Browse files
author
PureCloud Jenkins
committed
doc publish
1 parent c76a5c8 commit 627c682

12 files changed

Lines changed: 1981 additions & 2275 deletions

.lastupdated

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-01-12T14:43:25
1+
2026-01-16T10:13:05

docs/gc_externalcontacts_contacts_notes_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gc externalcontacts contacts notes list [contactId] [flags]
1818
--filtercondition string Filter list command output based on a given condition or regular expression
1919
-h, --help help for list
2020
--pageNumber string Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default "1")
21-
--pageSize string Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default "20")
21+
--pageSize string Page size (limited to fetching first 1,000 records; pageSize <= 100; pageNumber * pageSize must be <= 1,000) (default "20")
2222
--sortOrder string The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
2323
-s, --stream Paginate and stream data as it is being processed leaving page information intact
2424
```

docs/gc_guides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* [gc guides list](gc_guides_list.html) - Get all guides.
3737
* [gc guides sessions](gc_guides_sessions.html) - /api/v2/guides/{guideId}/sessions
3838
* [gc guides update](gc_guides_update.html) - Update a guide.
39+
* [gc guides uploads](gc_guides_uploads.html) - /api/v2/guides/uploads
3940
* [gc guides versions](gc_guides_versions.html) - /api/v2/guides/{guideId}/versions
4041

4142

docs/gc_guides_uploads.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## gc guides uploads
2+
3+
/api/v2/guides/uploads
4+
5+
### Synopsis
6+
7+
/api/v2/guides/uploads
8+
9+
### Options
10+
11+
```
12+
-h, --help help for uploads
13+
```
14+
15+
### Options inherited from parent commands
16+
17+
```
18+
--accesstoken string accessToken override
19+
--clientid string clientId override
20+
--clientsecret string clientSecret override
21+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
22+
-i, --indicateprogress Trace progress indicators to stderr
23+
--inputformat string Data input format. Supported formats: YAML, JSON
24+
--outputformat string Data output format. Supported formats: YAML, JSON
25+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
26+
--transform string Provide a Go template file for transforming output data
27+
--transformstr string Provide a Go template string for transforming output data
28+
```
29+
30+
### SEE ALSO
31+
32+
* [gc guides](gc_guides.html) - /api/v2/guides
33+
* [gc guides uploads create](gc_guides_uploads_create.html) - Generate presigned URL for uploading a file content to generate guide
34+
35+

docs/gc_guides_uploads_create.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## gc guides uploads create
2+
3+
Generate presigned URL for uploading a file content to generate guide
4+
5+
### Synopsis
6+
7+
Generate presigned URL for uploading a file content to generate guide
8+
9+
```
10+
gc guides uploads create [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-d, --directory string Directory path with files containing request bodies
17+
-f, --file string File name containing the JSON body
18+
-h, --help help for create
19+
-b, --printrequestbody Print the request body format of the API.
20+
```
21+
22+
### Options inherited from parent commands
23+
24+
```
25+
--accesstoken string accessToken override
26+
--clientid string clientId override
27+
--clientsecret string clientSecret override
28+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
29+
-i, --indicateprogress Trace progress indicators to stderr
30+
--inputformat string Data input format. Supported formats: YAML, JSON
31+
--outputformat string Data output format. Supported formats: YAML, JSON
32+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
33+
--transform string Provide a Go template file for transforming output data
34+
--transformstr string Provide a Go template string for transforming output data
35+
```
36+
37+
### SEE ALSO
38+
39+
* [gc guides uploads](gc_guides_uploads.html) - /api/v2/guides/uploads
40+
41+

docs/gc_knowledge_knowledgebases_chunks_search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131

3232
* [gc knowledge knowledgebases chunks](gc_knowledge_knowledgebases_chunks.html) - /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/chunks
3333
* [gc knowledge knowledgebases chunks search create](gc_knowledge_knowledgebases_chunks_search_create.html) - Search for chunks in a knowledge base
34+
* [gc knowledge knowledgebases chunks search update](gc_knowledge_knowledgebases_chunks_search_update.html) - Register chunk search result.
3435

3536

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## gc knowledge knowledgebases chunks search update
2+
3+
Register chunk search result.
4+
5+
### Synopsis
6+
7+
Register chunk search result.
8+
9+
```
10+
gc knowledge knowledgebases chunks search update [knowledgeBaseId] [searchId] [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-d, --directory string Directory path with files containing request bodies
17+
-f, --file string File name containing the JSON body
18+
-h, --help help for update
19+
-b, --printrequestbody Print the request body format of the API.
20+
```
21+
22+
### Options inherited from parent commands
23+
24+
```
25+
--accesstoken string accessToken override
26+
--clientid string clientId override
27+
--clientsecret string clientSecret override
28+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
29+
-i, --indicateprogress Trace progress indicators to stderr
30+
--inputformat string Data input format. Supported formats: YAML, JSON
31+
--outputformat string Data output format. Supported formats: YAML, JSON
32+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
33+
--transform string Provide a Go template file for transforming output data
34+
--transformstr string Provide a Go template string for transforming output data
35+
```
36+
37+
### SEE ALSO
38+
39+
* [gc knowledge knowledgebases chunks search](gc_knowledge_knowledgebases_chunks_search.html) - /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/chunks/search
40+
41+

docs/gc_workforcemanagement_agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* [gc workforcemanagement](gc_workforcemanagement.html) - /api/v2/workforcemanagement
3333
* [gc workforcemanagement agents adherence](gc_workforcemanagement_agents_adherence.html) - /api/v2/workforcemanagement/agents/{agentId}/adherence
3434
* [gc workforcemanagement agents create](gc_workforcemanagement_agents_create.html) - Move agents in and out of management unit
35-
* [gc workforcemanagement agents integrations](gc_workforcemanagement_agents_integrations.html) - /api/v2/workforcemanagement/agents/integrations
35+
* [gc workforcemanagement agents integrations](gc_workforcemanagement_agents_integrations.html) - /api/v2/workforcemanagement/agents/{agentId}/integrations
3636
* [gc workforcemanagement agents managementunit](gc_workforcemanagement_agents_managementunit.html) - /api/v2/workforcemanagement/agents/{agentId}/managementunit
3737
* [gc workforcemanagement agents me](gc_workforcemanagement_agents_me.html) - /api/v2/workforcemanagement/agents/me
3838
* [gc workforcemanagement agents unavailabletimes](gc_workforcemanagement_agents_unavailabletimes.html) - /api/v2/workforcemanagement/agents/{agentId}/unavailabletimes

docs/gc_workforcemanagement_agents_integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## gc workforcemanagement agents integrations
22

3-
/api/v2/workforcemanagement/agents/integrations
3+
/api/v2/workforcemanagement/agents/{agentId}/integrations
44

55
### Synopsis
66

7-
/api/v2/workforcemanagement/agents/integrations
7+
/api/v2/workforcemanagement/agents/{agentId}/integrations
88

99
### Options
1010

docs/gc_workforcemanagement_agents_integrations_hris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
### SEE ALSO
3131

32-
* [gc workforcemanagement agents integrations](gc_workforcemanagement_agents_integrations.html) - /api/v2/workforcemanagement/agents/integrations
32+
* [gc workforcemanagement agents integrations](gc_workforcemanagement_agents_integrations.html) - /api/v2/workforcemanagement/agents/{agentId}/integrations
3333
* [gc workforcemanagement agents integrations hris query](gc_workforcemanagement_agents_integrations_hris_query.html) - /api/v2/workforcemanagement/agents/integrations/hris/query
3434
* [gc workforcemanagement agents integrations hris update](gc_workforcemanagement_agents_integrations_hris_update.html) - Update integrations for agent
3535

0 commit comments

Comments
 (0)