Files
codiki-hexagonal/backend/rest-client-collection/Codiki/Publication/Search publications.bru
2024-03-27 10:28:22 +01:00

20 lines
206 B
Plaintext

meta {
name: Search publications
type: http
seq: 5
}
get {
url: {{url}}/api/publications?query=test
body: none
auth: bearer
}
query {
query: test
}
auth:bearer {
token: {{bearerToken}}
}