v17

latestOpenAPI 3.0.2MITraw.githubusercontent.com2026-08-03263343.4 KB
stubs

Stub storage search

Performs a search for a stub by the given conditions

post/stubs/search

Request body

idstring uuid
servicestring required
methodstring required
headersobject
dataobject required

Example request

{
  "id": "51c50050-ec27-4dae-a583-a32ca71a1dd5",
  "service": "Gripmock",
  "method": "SayHello"
}

Response

Successful operation

headersobject
dataobject required
errorstring required
codeinteger

Example response

{
  "error": "Message not found",
  "code": 3
}