1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

(bug) openAPI documentation syntax not interpreted

This commit is contained in:
Sylvain 2022-09-06 13:10:05 +02:00
parent 777bb1e5cd
commit 96cc7ec436

View File

@ -25,9 +25,9 @@ Apipie.configure do |config|
Depending on your client, you may have to set header <tt>Accept: application/json</tt> for every request,
otherwise some clients may request *html* by default which will result in error.
= Amounts
---
Everywhere in the OpenAPI amounts are reported in cents. For exemple, if you get <tt>{ "amount" : 1000 }</tt>,
from the OpenAPI, this means that the price is 10 (or whatever your currency is).
= Amounts
---
Everywhere in the OpenAPI amounts are reported in cents. For exemple, if you get <tt>{ "amount" : 1000 }</tt>,
from the OpenAPI, this means that the price is 10 (or whatever your currency is).
RDOC
end