28_introduce_rswag #35

Merged
philipp merged 46 commits from 28_introduce_rswag into develop 2023-01-05 13:45:47 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a3452e9d9f - Show all commits

View File

@ -14,7 +14,7 @@ describe 'User', type: :request do
path '/user/financial_transactions' do path '/user/financial_transactions' do
post 'create new financial transaction (requires enabled self service)' do post 'create new financial transaction (requires enabled self service)' do
tags "Financial Transaction" tags 'Financial Transaction'
consumes 'application/json' consumes 'application/json'
produces 'application/json' produces 'application/json'