17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
meta {
|
|
name: Gets the details of a Completion Config of a specific object
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/api/v2/CompletionConfig/:strToken/:strConfigID
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strConfigID:
|
|
}
|