bruno/memori-backend/CompletionConfig/Gets the details of a Completion Config of a specific object.bru

17 lines
247 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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:
}