17 lines
242 B
Plaintext
17 lines
242 B
Plaintext
meta {
|
|
name: Gets a list of Completion Config objects allowed for the user.
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/api/v2/CompletionConfigs/:strToken/:purpose
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
purpose:
|
|
}
|