bruno/memori-backend/CompletionConfig/Gets the details of a Completion Config of a specific object.bru
2025-03-26 16:08:31 +02:00

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:
}