Files
codiki-hexagonal/backend/rest-client-collection/Codiki/Publication/Preview content.bru
2024-09-21 22:20:00 +02:00

22 lines
227 B
Plaintext

meta {
name: Preview content
type: http
seq: 7
}
post {
url: {{url}}/api/publications/preview
body: json
auth: bearer
}
auth:bearer {
token: {{bearerToken}}
}
body:json {
{
"text" : "[h1]Test[/h1]"
}
}