[qbasic] estrela

Viewer

  1. var strVar="";
  2. strVar += "openapi: 3.0.0";
  3. strVar += "info:";
  4. strVar += "  title: 'Api oAuth 2.0'";
  5. strVar += "  description: 'Esta Ã© a documentação base da sua API. Ela contém todas as informações necessárias para que você, sua equipe ou um desenvolvedor possam integrar o seu sistema com outros sistemas, sites, portais ou aplicativos móveis (iOS\/Android)'";
  6. strVar += "  version: 2.0.1";
  7. strVar += "paths:";
  8. strVar += "  \/api\/acolhidos:";
  9. strVar += "    get:";
  10. strVar += "      tags:";
  11. strVar += "        - Acolhidos";
  12. strVar += "      summary: Listar";
  13. strVar += "      operationId: ff194c57e1b655119dc724f84712ccf2";
  14. strVar += "      parameters:";
  15. strVar += "        -";
  16. strVar += "          name: Authorization";
  17. strVar += "          in: header";
  18. strVar += "          required: true";
  19. strVar += "          schema:";
  20. strVar += "            description: 'Bearer token para autorização'";
  21. strVar += "            type: string";
  22. strVar += "            default: 'Bearer <token>'";
  23. strVar += "      responses:";
  24. strVar += "        '200':";
  25. strVar += "          description: ''";
  26. strVar += "    post:";
  27. strVar += "      tags:";
  28. strVar += "        - Acolhidos";
  29. strVar += "      summary: Cadastrar";
  30. strVar += "      operationId: 53f95b99918167c9fe5fd05412881db5";
  31. strVar += "      parameters:";
  32. strVar += "        -";
  33. strVar += "          name: Authorization";
  34. strVar += "          in: header";
  35. strVar += "          required: true";
  36. strVar += "          schema:";
  37. strVar += "            description: 'Bearer token para autorização'";
  38. strVar += "            type: string";
  39. strVar += "            default: 'Bearer <token>'";
  40. strVar += "      requestBody:";
  41. strVar += "        description: 'Input data format'";
  42. strVar += "        content:";
  43. strVar += "          multipart\/form-data:";
  44. strVar += "            schema:";
  45. strVar += "              properties:";
  46. strVar += "                nome:";
  47. strVar += "                  description: Nome";
  48. strVar += "                  type: string";
  49. strVar += "                contrato:";
  50. strVar += "                  description: Contrato";
  51. strVar += "                  type: string";
  52. strVar += "                inico_do_contrato:";
  53. strVar += "                  description: 'Inico do Contrato'";
  54. strVar += "                  type: string";
  55. strVar += "                vencimento_do_contrato:";
  56. strVar += "                  description: 'Vencimento do Contrato'";
  57. strVar += "                  type: string";
  58. strVar += "                familiar:";
  59. strVar += "                  description: Familiar";
  60. strVar += "                  type: string";
  61. strVar += "                numero_do_familiar:";
  62. strVar += "                  description: 'Numero do Familiar'";
  63. strVar += "                  type: string";
  64. strVar += "              type: object";
  65. strVar += "      responses:";
  66. strVar += "        '201':";
  67. strVar += "          description: ''";
  68. strVar += "  '\/api\/acolhidos\/{id}':";
  69. strVar += "    get:";
  70. strVar += "      tags:";
  71. strVar += "        - Acolhidos";
  72. strVar += "      summary: Retornar";
  73. strVar += "      operationId: 15199750a6c4feb431d2c5b5cc2bd215";
  74. strVar += "      parameters:";
  75. strVar += "        -";
  76. strVar += "          name: Authorization";
  77. strVar += "          in: header";
  78. strVar += "          required: true";
  79. strVar += "          schema:";
  80. strVar += "            description: 'Bearer token para autorização'";
  81. strVar += "            type: string";
  82. strVar += "            default: 'Bearer <token>'";
  83. strVar += "        -";
  84. strVar += "          name: id";
  85. strVar += "          in: path";
  86. strVar += "          required: true";
  87. strVar += "          schema:";
  88. strVar += "            type: string";
  89. strVar += "      responses:";
  90. strVar += "        '200':";
  91. strVar += "          description: ''";
  92. strVar += "    put:";
  93. strVar += "      tags:";
  94. strVar += "        - Acolhidos";
  95. strVar += "      summary: Atualizar";
  96. strVar += "      operationId: 1d69b142266f387db99ca39bc495b933";
  97. strVar += "      parameters:";
  98. strVar += "        -";
  99. strVar += "          name: Authorization";
  100. strVar += "          in: header";
  101. strVar += "          required: true";
  102. strVar += "          schema:";
  103. strVar += "            description: 'Bearer token para autorização'";
  104. strVar += "            type: string";
  105. strVar += "            default: 'Bearer <token>'";
  106. strVar += "        -";
  107. strVar += "          name: id";
  108. strVar += "          in: path";
  109. strVar += "          required: true";
  110. strVar += "          schema:";
  111. strVar += "            type: string";
  112. strVar += "      requestBody:";
  113. strVar += "        description: 'Input data format'";
  114. strVar += "        content:";
  115. strVar += "          multipart\/form-data:";
  116. strVar += "            schema:";
  117. strVar += "              properties:";
  118. strVar += "                nome:";
  119. strVar += "                  description: Nome";
  120. strVar += "                  type: string";
  121. strVar += "                contrato:";
  122. strVar += "                  description: Contrato";
  123. strVar += "                  type: string";
  124. strVar += "                inico_do_contrato:";
  125. strVar += "                  description: 'Inico do Contrato'";
  126. strVar += "                  type: string";
  127. strVar += "                vencimento_do_contrato:";
  128. strVar += "                  description: 'Vencimento do Contrato'";
  129. strVar += "                  type: string";
  130. strVar += "                familiar:";
  131. strVar += "                  description: Familiar";
  132. strVar += "                  type: string";
  133. strVar += "                numero_do_familiar:";
  134. strVar += "                  description: 'Numero do Familiar'";
  135. strVar += "                  type: string";
  136. strVar += "              type: object";
  137. strVar += "      responses:";
  138. strVar += "        '201':";
  139. strVar += "          description: ''";
  140. strVar += "    delete:";
  141. strVar += "      tags:";
  142. strVar += "        - Acolhidos";
  143. strVar += "      summary: Deletar";
  144. strVar += "      operationId: 76c416cd6a562c999de79ed93e35bbd4";
  145. strVar += "      parameters:";
  146. strVar += "        -";
  147. strVar += "          name: Authorization";
  148. strVar += "          in: header";
  149. strVar += "          required: true";
  150. strVar += "          schema:";
  151. strVar += "            description: 'Bearer token para autorização'";
  152. strVar += "            type: string";
  153. strVar += "            default: 'Bearer <token>'";
  154. strVar += "        -";
  155. strVar += "          name: id";
  156. strVar += "          in: path";
  157. strVar += "          required: true";
  158. strVar += "          schema:";
  159. strVar += "            type: string";
  160. strVar += "      responses:";
  161. strVar += "        '200':";
  162. strVar += "          description: ''";
  163. strVar += "  \/api\/auth\/login:";
  164. strVar += "    post:";
  165. strVar += "      tags:";
  166. strVar += "        - Autenticação";
  167. strVar += "      summary: 'Efetuar login'";
  168. strVar += "      operationId: dd51a484b7fa0f97c7680fdbde14cf5f";
  169. strVar += "      requestBody:";
  170. strVar += "        description: 'Input data format'";
  171. strVar += "        content:";
  172. strVar += "          application\/json:";
  173. strVar += "            schema:";
  174. strVar += "              required:";
  175. strVar += "                - username";
  176. strVar += "                - password";
  177. strVar += "              properties:";
  178. strVar += "                username:";
  179. strVar += "                  description: 'Nome de usuário'";
  180. strVar += "                  type: string";
  181. strVar += "                password:";
  182. strVar += "                  description: 'Senha do usuário'";
  183. strVar += "                  type: string";
  184. strVar += "              type: object";
  185. strVar += "      responses:";
  186. strVar += "        '200':";
  187. strVar += "          description: 'Login efetuado com sucesso'";
  188. strVar += "          content:";
  189. strVar += "            application\/json:";
  190. strVar += "              schema:";
  191. strVar += "                properties:";
  192. strVar += "                  access_token: { description: 'Access Token de autenticação', type: string }";
  193. strVar += "                  refresh_token: { description: 'Refresh Token de autenticação', type: string }";
  194. strVar += "                  expires_at: { description: 'Expiração do access_token', type: integer }";
  195. strVar += "                  id: { description: 'ID do usuário', type: integer }";
  196. strVar += "                  name: { description: 'Nome do usuário', type: string }";
  197. strVar += "                  username: { description: 'Login de acesso do usuário', type: string }";
  198. strVar += "                  email: { description: 'E-mail do usuário', type: string }";
  199. strVar += "                  image: { description: 'Imagem de perfil do usuário', type: string }";
  200. strVar += "                  created_at: { description: 'Data de criação do usuário', type: string }";
  201. strVar += "                type: object";
  202. strVar += "  \/api\/auth\/refresh\/token:";
  203. strVar += "    post:";
  204. strVar += "      tags:";
  205. strVar += "        - Autenticação";
  206. strVar += "      summary: 'Efetuar troca autenticação login'";
  207. strVar += "      operationId: cafdbd0001a328d9de6de5e064d58bf4";
  208. strVar += "      requestBody:";
  209. strVar += "        description: 'Input data format'";
  210. strVar += "        content:";
  211. strVar += "          application\/json:";
  212. strVar += "            schema:";
  213. strVar += "              required:";
  214. strVar += "                - refresh_token";
  215. strVar += "              properties:";
  216. strVar += "                refresh_token:";
  217. strVar += "                  description: 'Refresh Token recebido na Autenticação'";
  218. strVar += "                  type: string";
  219. strVar += "              type: object";
  220. strVar += "      responses:";
  221. strVar += "        '200':";
  222. strVar += "          description: 'Renovar token autenticação\/login'";
  223. strVar += "          content:";
  224. strVar += "            application\/json:";
  225. strVar += "              schema:";
  226. strVar += "                properties:";
  227. strVar += "                  access_token: { description: 'Access Token de autenticação', type: string }";
  228. strVar += "                  refresh_token: { description: 'Refresh Token de autenticação', type: string }";
  229. strVar += "                  expires_at: { description: 'Expiração do access_token', type: integer }";
  230. strVar += "                  id: { description: 'ID do usuário', type: integer }";
  231. strVar += "                  name: { description: 'Nome do usuário', type: string }";
  232. strVar += "                  username: { description: 'Login de acesso do usuário', type: string }";
  233. strVar += "                  email: { description: 'E-mail do usuário', type: string }";
  234. strVar += "                  image: { description: 'Imagem de perfil do usuário', type: string }";
  235. strVar += "                  created_at: { description: 'Data de criação do usuário', type: string }";
  236. strVar += "                type: object";
  237. strVar += "  \/api\/enfermaria:";
  238. strVar += "    get:";
  239. strVar += "      tags:";
  240. strVar += "        - Enfermaria";
  241. strVar += "      summary: Listar";
  242. strVar += "      operationId: 681a55620886a4b79a275ba2aff6914c";
  243. strVar += "      parameters:";
  244. strVar += "        -";
  245. strVar += "          name: Authorization";
  246. strVar += "          in: header";
  247. strVar += "          required: true";
  248. strVar += "          schema:";
  249. strVar += "            description: 'Bearer token para autorização'";
  250. strVar += "            type: string";
  251. strVar += "            default: 'Bearer <token>'";
  252. strVar += "      responses:";
  253. strVar += "        '200':";
  254. strVar += "          description: ''";
  255. strVar += "    post:";
  256. strVar += "      tags:";
  257. strVar += "        - Enfermaria";
  258. strVar += "      summary: Cadastrar";
  259. strVar += "      operationId: a03408f2f46606020de903ce57109405";
  260. strVar += "      parameters:";
  261. strVar += "        -";
  262. strVar += "          name: Authorization";
  263. strVar += "          in: header";
  264. strVar += "          required: true";
  265. strVar += "          schema:";
  266. strVar += "            description: 'Bearer token para autorização'";
  267. strVar += "            type: string";
  268. strVar += "            default: 'Bearer <token>'";
  269. strVar += "      requestBody:";
  270. strVar += "        description: 'Input data format'";
  271. strVar += "        content:";
  272. strVar += "          multipart\/form-data:";
  273. strVar += "            schema:";
  274. strVar += "              properties:";
  275. strVar += "                acolhido_nome:";
  276. strVar += "                  description: 'Acolhido Nome'";
  277. strVar += "                  type: string";
  278. strVar += "                data_consulta:";
  279. strVar += "                  description: 'Data Consulta'";
  280. strVar += "                  type: string";
  281. strVar += "                medicacao:";
  282. strVar += "                  description: Medicacao";
  283. strVar += "                  type: string";
  284. strVar += "                laudo_e_ou_relatorio_medico:";
  285. strVar += "                  description: 'Laudo e\/ou Relatorio Medico'";
  286. strVar += "                  type: string";
  287. strVar += "              type: object";
  288. strVar += "      responses:";
  289. strVar += "        '201':";
  290. strVar += "          description: ''";
  291. strVar += "  '\/api\/enfermaria\/{id}':";
  292. strVar += "    get:";
  293. strVar += "      tags:";
  294. strVar += "        - Enfermaria";
  295. strVar += "      summary: Retornar";
  296. strVar += "      operationId: bcfc201e498ede9039d8d21b890773c8";
  297. strVar += "      parameters:";
  298. strVar += "        -";
  299. strVar += "          name: Authorization";
  300. strVar += "          in: header";
  301. strVar += "          required: true";
  302. strVar += "          schema:";
  303. strVar += "            description: 'Bearer token para autorização'";
  304. strVar += "            type: string";
  305. strVar += "            default: 'Bearer <token>'";
  306. strVar += "        -";
  307. strVar += "          name: id";
  308. strVar += "          in: path";
  309. strVar += "          required: true";
  310. strVar += "          schema:";
  311. strVar += "            type: string";
  312. strVar += "      responses:";
  313. strVar += "        '200':";
  314. strVar += "          description: ''";
  315. strVar += "    put:";
  316. strVar += "      tags:";
  317. strVar += "        - Enfermaria";
  318. strVar += "      summary: Atualizar";
  319. strVar += "      operationId: 81867474ed267c6f08ba94dccb5ce111";
  320. strVar += "      parameters:";
  321. strVar += "        -";
  322. strVar += "          name: Authorization";
  323. strVar += "          in: header";
  324. strVar += "          required: true";
  325. strVar += "          schema:";
  326. strVar += "            description: 'Bearer token para autorização'";
  327. strVar += "            type: string";
  328. strVar += "            default: 'Bearer <token>'";
  329. strVar += "        -";
  330. strVar += "          name: id";
  331. strVar += "          in: path";
  332. strVar += "          required: true";
  333. strVar += "          schema:";
  334. strVar += "            type: string";
  335. strVar += "      requestBody:";
  336. strVar += "        description: 'Input data format'";
  337. strVar += "        content:";
  338. strVar += "          multipart\/form-data:";
  339. strVar += "            schema:";
  340. strVar += "              properties:";
  341. strVar += "                acolhido_nome:";
  342. strVar += "                  description: 'Acolhido Nome'";
  343. strVar += "                  type: string";
  344. strVar += "                data_consulta:";
  345. strVar += "                  description: 'Data Consulta'";
  346. strVar += "                  type: string";
  347. strVar += "                medicacao:";
  348. strVar += "                  description: Medicacao";
  349. strVar += "                  type: string";
  350. strVar += "                laudo_e_ou_relatorio_medico:";
  351. strVar += "                  description: 'Laudo e\/ou Relatorio Medico'";
  352. strVar += "                  type: string";
  353. strVar += "              type: object";
  354. strVar += "      responses:";
  355. strVar += "        '201':";
  356. strVar += "          description: ''";
  357. strVar += "    delete:";
  358. strVar += "      tags:";
  359. strVar += "        - Enfermaria";
  360. strVar += "      summary: Deletar";
  361. strVar += "      operationId: 83349087787870f77a11345b25a184d8";
  362. strVar += "      parameters:";
  363. strVar += "        -";
  364. strVar += "          name: Authorization";
  365. strVar += "          in: header";
  366. strVar += "          required: true";
  367. strVar += "          schema:";
  368. strVar += "            description: 'Bearer token para autorização'";
  369. strVar += "            type: string";
  370. strVar += "            default: 'Bearer <token>'";
  371. strVar += "        -";
  372. strVar += "          name: id";
  373. strVar += "          in: path";
  374. strVar += "          required: true";
  375. strVar += "          schema:";
  376. strVar += "            type: string";
  377. strVar += "      responses:";
  378. strVar += "        '200':";
  379. strVar += "          description: ''";
  380. strVar += "  \/api\/mensalidades_a_receber:";
  381. strVar += "    get:";
  382. strVar += "      tags:";
  383. strVar += "        - MensalidadesAReceber";
  384. strVar += "      summary: Listar";
  385. strVar += "      operationId: 87c78164acdf9408afb374959ca7fd8d";
  386. strVar += "      parameters:";
  387. strVar += "        -";
  388. strVar += "          name: Authorization";
  389. strVar += "          in: header";
  390. strVar += "          required: true";
  391. strVar += "          schema:";
  392. strVar += "            description: 'Bearer token para autorização'";
  393. strVar += "            type: string";
  394. strVar += "            default: 'Bearer <token>'";
  395. strVar += "      responses:";
  396. strVar += "        '200':";
  397. strVar += "          description: ''";
  398. strVar += "    post:";
  399. strVar += "      tags:";
  400. strVar += "        - MensalidadesAReceber";
  401. strVar += "      summary: Cadastrar";
  402. strVar += "      operationId: 42ab8410d8f9cc1cf0bd768473fadca9";
  403. strVar += "      parameters:";
  404. strVar += "        -";
  405. strVar += "          name: Authorization";
  406. strVar += "          in: header";
  407. strVar += "          required: true";
  408. strVar += "          schema:";
  409. strVar += "            description: 'Bearer token para autorização'";
  410. strVar += "            type: string";
  411. strVar += "            default: 'Bearer <token>'";
  412. strVar += "      requestBody:";
  413. strVar += "        description: 'Input data format'";
  414. strVar += "        content:";
  415. strVar += "          multipart\/form-data:";
  416. strVar += "            schema:";
  417. strVar += "              properties:";
  418. strVar += "                acolhido_nome:";
  419. strVar += "                  description: 'Acolhido Nome'";
  420. strVar += "                  type: string";
  421. strVar += "                valor_a_receber:";
  422. strVar += "                  description: 'Valor A Receber'";
  423. strVar += "                  type: string";
  424. strVar += "                data_vencimento:";
  425. strVar += "                  description: 'Data Vencimento'";
  426. strVar += "                  type: string";
  427. strVar += "                pagamento:";
  428. strVar += "                  description: Pagamento";
  429. strVar += "                  type: string";
  430. strVar += "              type: object";
  431. strVar += "      responses:";
  432. strVar += "        '201':";
  433. strVar += "          description: ''";
  434. strVar += "  '\/api\/mensalidades_a_receber\/{id}':";
  435. strVar += "    get:";
  436. strVar += "      tags:";
  437. strVar += "        - MensalidadesAReceber";
  438. strVar += "      summary: Retornar";
  439. strVar += "      operationId: 32eb1554daa9b2ac7a75837b8fe97f27";
  440. strVar += "      parameters:";
  441. strVar += "        -";
  442. strVar += "          name: Authorization";
  443. strVar += "          in: header";
  444. strVar += "          required: true";
  445. strVar += "          schema:";
  446. strVar += "            description: 'Bearer token para autorização'";
  447. strVar += "            type: string";
  448. strVar += "            default: 'Bearer <token>'";
  449. strVar += "        -";
  450. strVar += "          name: id";
  451. strVar += "          in: path";
  452. strVar += "          required: true";
  453. strVar += "          schema:";
  454. strVar += "            type: string";
  455. strVar += "      responses:";
  456. strVar += "        '200':";
  457. strVar += "          description: ''";
  458. strVar += "    put:";
  459. strVar += "      tags:";
  460. strVar += "        - MensalidadesAReceber";
  461. strVar += "      summary: Atualizar";
  462. strVar += "      operationId: 022465a951d3555983702b694701d99e";
  463. strVar += "      parameters:";
  464. strVar += "        -";
  465. strVar += "          name: Authorization";
  466. strVar += "          in: header";
  467. strVar += "          required: true";
  468. strVar += "          schema:";
  469. strVar += "            description: 'Bearer token para autorização'";
  470. strVar += "            type: string";
  471. strVar += "            default: 'Bearer <token>'";
  472. strVar += "        -";
  473. strVar += "          name: id";
  474. strVar += "          in: path";
  475. strVar += "          required: true";
  476. strVar += "          schema:";
  477. strVar += "            type: string";
  478. strVar += "      requestBody:";
  479. strVar += "        description: 'Input data format'";
  480. strVar += "        content:";
  481. strVar += "          multipart\/form-data:";
  482. strVar += "            schema:";
  483. strVar += "              properties:";
  484. strVar += "                acolhido_nome:";
  485. strVar += "                  description: 'Acolhido Nome'";
  486. strVar += "                  type: string";
  487. strVar += "                valor_a_receber:";
  488. strVar += "                  description: 'Valor A Receber'";
  489. strVar += "                  type: string";
  490. strVar += "                data_vencimento:";
  491. strVar += "                  description: 'Data Vencimento'";
  492. strVar += "                  type: string";
  493. strVar += "                pagamento:";
  494. strVar += "                  description: Pagamento";
  495. strVar += "                  type: string";
  496. strVar += "              type: object";
  497. strVar += "      responses:";
  498. strVar += "        '201':";
  499. strVar += "          description: ''";
  500. strVar += "    delete:";
  501. strVar += "      tags:";
  502. strVar += "        - MensalidadesAReceber";
  503. strVar += "      summary: Deletar";
  504. strVar += "      operationId: e49287ba301c47efda58e99b2f9b5cfb";
  505. strVar += "      parameters:";
  506. strVar += "        -";
  507. strVar += "          name: Authorization";
  508. strVar += "          in: header";
  509. strVar += "          required: true";
  510. strVar += "          schema:";
  511. strVar += "            description: 'Bearer token para autorização'";
  512. strVar += "            type: string";
  513. strVar += "            default: 'Bearer <token>'";
  514. strVar += "        -";
  515. strVar += "          name: id";
  516. strVar += "          in: path";
  517. strVar += "          required: true";
  518. strVar += "          schema:";
  519. strVar += "            type: string";
  520. strVar += "      responses:";
  521. strVar += "        '200':";
  522. strVar += "          description: ''";
  523. strVar += "  \/api\/mensalidades_recebidas:";
  524. strVar += "    get:";
  525. strVar += "      tags:";
  526. strVar += "        - MensalidadesRecebidas";
  527. strVar += "      summary: Listar";
  528. strVar += "      operationId: b95e377dcaaf1c516eb11c35ef5a0922";
  529. strVar += "      parameters:";
  530. strVar += "        -";
  531. strVar += "          name: Authorization";
  532. strVar += "          in: header";
  533. strVar += "          required: true";
  534. strVar += "          schema:";
  535. strVar += "            description: 'Bearer token para autorização'";
  536. strVar += "            type: string";
  537. strVar += "            default: 'Bearer <token>'";
  538. strVar += "      responses:";
  539. strVar += "        '200':";
  540. strVar += "          description: ''";
  541. strVar += "    post:";
  542. strVar += "      tags:";
  543. strVar += "        - MensalidadesRecebidas";
  544. strVar += "      summary: Cadastrar";
  545. strVar += "      operationId: b20bb0d4aef59fd2c49b9c12815b50a9";
  546. strVar += "      parameters:";
  547. strVar += "        -";
  548. strVar += "          name: Authorization";
  549. strVar += "          in: header";
  550. strVar += "          required: true";
  551. strVar += "          schema:";
  552. strVar += "            description: 'Bearer token para autorização'";
  553. strVar += "            type: string";
  554. strVar += "            default: 'Bearer <token>'";
  555. strVar += "      requestBody:";
  556. strVar += "        description: 'Input data format'";
  557. strVar += "        content:";
  558. strVar += "          multipart\/form-data:";
  559. strVar += "            schema:";
  560. strVar += "              properties:";
  561. strVar += "                acolhido_nome:";
  562. strVar += "                  description: 'Acolhido Nome'";
  563. strVar += "                  type: string";
  564. strVar += "                valor_recebido:";
  565. strVar += "                  description: 'Valor Recebido'";
  566. strVar += "                  type: string";
  567. strVar += "                data_pagamento:";
  568. strVar += "                  description: 'Data Pagamento'";
  569. strVar += "                  type: string";
  570. strVar += "              type: object";
  571. strVar += "      responses:";
  572. strVar += "        '201':";
  573. strVar += "          description: ''";
  574. strVar += "  '\/api\/mensalidades_recebidas\/{id}':";
  575. strVar += "    get:";
  576. strVar += "      tags:";
  577. strVar += "        - MensalidadesRecebidas";
  578. strVar += "      summary: Retornar";
  579. strVar += "      operationId: c3ae71d08cec39bae048d8f20cf64894";
  580. strVar += "      parameters:";
  581. strVar += "        -";
  582. strVar += "          name: Authorization";
  583. strVar += "          in: header";
  584. strVar += "          required: true";
  585. strVar += "          schema:";
  586. strVar += "            description: 'Bearer token para autorização'";
  587. strVar += "            type: string";
  588. strVar += "            default: 'Bearer <token>'";
  589. strVar += "        -";
  590. strVar += "          name: id";
  591. strVar += "          in: path";
  592. strVar += "          required: true";
  593. strVar += "          schema:";
  594. strVar += "            type: string";
  595. strVar += "      responses:";
  596. strVar += "        '200':";
  597. strVar += "          description: ''";
  598. strVar += "    put:";
  599. strVar += "      tags:";
  600. strVar += "        - MensalidadesRecebidas";
  601. strVar += "      summary: Atualizar";
  602. strVar += "      operationId: e65e01f62fac9f6aa7ac942fb6614947";
  603. strVar += "      parameters:";
  604. strVar += "        -";
  605. strVar += "          name: Authorization";
  606. strVar += "          in: header";
  607. strVar += "          required: true";
  608. strVar += "          schema:";
  609. strVar += "            description: 'Bearer token para autorização'";
  610. strVar += "            type: string";
  611. strVar += "            default: 'Bearer <token>'";
  612. strVar += "        -";
  613. strVar += "          name: id";
  614. strVar += "          in: path";
  615. strVar += "          required: true";
  616. strVar += "          schema:";
  617. strVar += "            type: string";
  618. strVar += "      requestBody:";
  619. strVar += "        description: 'Input data format'";
  620. strVar += "        content:";
  621. strVar += "          multipart\/form-data:";
  622. strVar += "            schema:";
  623. strVar += "              properties:";
  624. strVar += "                acolhido_nome:";
  625. strVar += "                  description: 'Acolhido Nome'";
  626. strVar += "                  type: string";
  627. strVar += "                valor_recebido:";
  628. strVar += "                  description: 'Valor Recebido'";
  629. strVar += "                  type: string";
  630. strVar += "                data_pagamento:";
  631. strVar += "                  description: 'Data Pagamento'";
  632. strVar += "                  type: string";
  633. strVar += "              type: object";
  634. strVar += "      responses:";
  635. strVar += "        '201':";
  636. strVar += "          description: ''";
  637. strVar += "    delete:";
  638. strVar += "      tags:";
  639. strVar += "        - MensalidadesRecebidas";
  640. strVar += "      summary: Deletar";
  641. strVar += "      operationId: 33ab8072dcd60168ed927722cc6fe524";
  642. strVar += "      parameters:";
  643. strVar += "        -";
  644. strVar += "          name: Authorization";
  645. strVar += "          in: header";
  646. strVar += "          required: true";
  647. strVar += "          schema:";
  648. strVar += "            description: 'Bearer token para autorização'";
  649. strVar += "            type: string";
  650. strVar += "            default: 'Bearer <token>'";
  651. strVar += "        -";
  652. strVar += "          name: id";
  653. strVar += "          in: path";
  654. strVar += "          required: true";
  655. strVar += "          schema:";
  656. strVar += "            type: string";
  657. strVar += "      responses:";
  658. strVar += "        '200':";
  659. strVar += "          description: ''";
  660. strVar += "  '\/api\/permissions\/user\/{id}':";
  661. strVar += "    get:";
  662. strVar += "      tags:";
  663. strVar += "        - 'Permissão de Acesso'";
  664. strVar += "      summary: 'Listar permissões do usuário'";
  665. strVar += "      operationId: a7b4ac3ed70b30eac404e92e4ebd0de6";
  666. strVar += "      parameters:";
  667. strVar += "        -";
  668. strVar += "          name: id";
  669. strVar += "          in: path";
  670. strVar += "          required: true";
  671. strVar += "          schema:";
  672. strVar += "            type: int";
  673. strVar += "        -";
  674. strVar += "          name: Authorization";
  675. strVar += "          in: header";
  676. strVar += "          required: true";
  677. strVar += "          schema:";
  678. strVar += "            description: 'Bearer token para autorização'";
  679. strVar += "            type: string";
  680. strVar += "            default: 'Bearer <token>'";
  681. strVar += "      responses:";
  682. strVar += "        '200':";
  683. strVar += "          description: ''";
  684. strVar += "    put:";
  685. strVar += "      tags:";
  686. strVar += "        - 'Permissão de Acesso'";
  687. strVar += "      summary: 'Alterar permissões do usuário'";
  688. strVar += "      operationId: 76492792cd15ef30d726f656dc0321d5";
  689. strVar += "      parameters:";
  690. strVar += "        -";
  691. strVar += "          name: id";
  692. strVar += "          in: path";
  693. strVar += "          required: true";
  694. strVar += "          schema:";
  695. strVar += "            type: string";
  696. strVar += "        -";
  697. strVar += "          name: Authorization";
  698. strVar += "          in: header";
  699. strVar += "          required: true";
  700. strVar += "          schema:";
  701. strVar += "            description: 'Bearer token para autorização'";
  702. strVar += "            type: string";
  703. strVar += "            default: 'Bearer <token>'";
  704. strVar += "      requestBody:";
  705. strVar += "        description: 'Input data format'";
  706. strVar += "        required: true";
  707. strVar += "        content:";
  708. strVar += "          application\/json:";
  709. strVar += "            schema:";
  710. strVar += "              type: array";
  711. strVar += "              items:";
  712. strVar += "                properties:";
  713. strVar += "                  role: { description: 'Função\/Role do Controller', type: string }";
  714. strVar += "                  authorized: { description: 'Indica se está autorizado ou não', type: boolean }";
  715. strVar += "                type: object";
  716. strVar += "      responses:";
  717. strVar += "        '200':";
  718. strVar += "          description: ''";
  719. strVar += "  '\/api\/permissions\/profile\/{profile_id}':";
  720. strVar += "    get:";
  721. strVar += "      tags:";
  722. strVar += "        - 'Permissão de Acesso'";
  723. strVar += "      summary: 'Listar permissões do perfil de acesso'";
  724. strVar += "      operationId: bd37e166639f813824a5d73ac2001b10";
  725. strVar += "      parameters:";
  726. strVar += "        -";
  727. strVar += "          name: profile_id";
  728. strVar += "          in: path";
  729. strVar += "          required: true";
  730. strVar += "          schema:";
  731. strVar += "            type: int";
  732. strVar += "        -";
  733. strVar += "          name: Authorization";
  734. strVar += "          in: header";
  735. strVar += "          required: true";
  736. strVar += "          schema:";
  737. strVar += "            description: 'Bearer token para autorização'";
  738. strVar += "            type: string";
  739. strVar += "            default: 'Bearer <token>'";
  740. strVar += "      responses:";
  741. strVar += "        '200':";
  742. strVar += "          description: ''";
  743. strVar += "    put:";
  744. strVar += "      tags:";
  745. strVar += "        - 'Permissão de Acesso'";
  746. strVar += "      summary: 'Alterar permissões do perfil de acesso'";
  747. strVar += "      operationId: bf7b1b37fb76ef1a2df4a6ccb854e493";
  748. strVar += "      parameters:";
  749. strVar += "        -";
  750. strVar += "          name: profile_id";
  751. strVar += "          in: path";
  752. strVar += "          required: true";
  753. strVar += "          schema:";
  754. strVar += "            type: int";
  755. strVar += "        -";
  756. strVar += "          name: Authorization";
  757. strVar += "          in: header";
  758. strVar += "          required: true";
  759. strVar += "          schema:";
  760. strVar += "            description: 'Bearer token para autorização'";
  761. strVar += "            type: string";
  762. strVar += "            default: 'Bearer <token>'";
  763. strVar += "      requestBody:";
  764. strVar += "        description: 'Input data format'";
  765. strVar += "        required: true";
  766. strVar += "        content:";
  767. strVar += "          application\/json:";
  768. strVar += "            schema:";
  769. strVar += "              type: array";
  770. strVar += "              items:";
  771. strVar += "                properties:";
  772. strVar += "                  role: { description: 'Função\/Role do Controller', type: string }";
  773. strVar += "                  authorized: { description: 'Indica se está autorizado ou não', type: boolean }";
  774. strVar += "                type: object";
  775. strVar += "      responses:";
  776. strVar += "        '200':";
  777. strVar += "          description: ''";
  778. strVar += "  \/api\/profiles:";
  779. strVar += "    get:";
  780. strVar += "      tags:";
  781. strVar += "        - Profiles";
  782. strVar += "      summary: Listar";
  783. strVar += "      operationId: 0661956572d2ded8ffabc9504a003e62";
  784. strVar += "      parameters:";
  785. strVar += "        -";
  786. strVar += "          name: Authorization";
  787. strVar += "          in: header";
  788. strVar += "          required: true";
  789. strVar += "          schema:";
  790. strVar += "            description: 'Bearer token para autorização'";
  791. strVar += "            type: string";
  792. strVar += "            default: 'Bearer <token>'";
  793. strVar += "      responses:";
  794. strVar += "        '200':";
  795. strVar += "          description: ''";
  796. strVar += "    post:";
  797. strVar += "      tags:";
  798. strVar += "        - Profiles";
  799. strVar += "      summary: Cadastrar";
  800. strVar += "      operationId: 80b51e1c202e47f1094377b0d91e6662";
  801. strVar += "      parameters:";
  802. strVar += "        -";
  803. strVar += "          name: Authorization";
  804. strVar += "          in: header";
  805. strVar += "          required: true";
  806. strVar += "          schema:";
  807. strVar += "            description: 'Bearer token para autorização'";
  808. strVar += "            type: string";
  809. strVar += "            default: 'Bearer <token>'";
  810. strVar += "      requestBody:";
  811. strVar += "        description: 'Input data format'";
  812. strVar += "        content:";
  813. strVar += "          multipart\/form-data:";
  814. strVar += "            schema:";
  815. strVar += "              required:";
  816. strVar += "                - name";
  817. strVar += "              properties:";
  818. strVar += "                name:";
  819. strVar += "                  description: name";
  820. strVar += "                  type: string";
  821. strVar += "                moderator:";
  822. strVar += "                  description: moderator";
  823. strVar += "                  type: integer";
  824. strVar += "                administrator:";
  825. strVar += "                  description: administrator";
  826. strVar += "                  type: integer";
  827. strVar += "                default:";
  828. strVar += "                  description: default";
  829. strVar += "                  type: integer";
  830. strVar += "                r_auth:";
  831. strVar += "                  description: r_auth";
  832. strVar += "                  type: integer";
  833. strVar += "              type: object";
  834. strVar += "      responses:";
  835. strVar += "        '201':";
  836. strVar += "          description: ''";
  837. strVar += "  '\/api\/profiles\/{id}':";
  838. strVar += "    get:";
  839. strVar += "      tags:";
  840. strVar += "        - Profiles";
  841. strVar += "      summary: Retornar";
  842. strVar += "      operationId: aa47e07cf22b4b543fdce5efc0b06208";
  843. strVar += "      parameters:";
  844. strVar += "        -";
  845. strVar += "          name: id";
  846. strVar += "          in: path";
  847. strVar += "          required: true";
  848. strVar += "          schema:";
  849. strVar += "            type: int";
  850. strVar += "        -";
  851. strVar += "          name: Authorization";
  852. strVar += "          in: header";
  853. strVar += "          required: true";
  854. strVar += "          schema:";
  855. strVar += "            description: 'Bearer token para autorização'";
  856. strVar += "            type: string";
  857. strVar += "            default: 'Bearer <token>'";
  858. strVar += "      responses:";
  859. strVar += "        '200':";
  860. strVar += "          description: ''";
  861. strVar += "    put:";
  862. strVar += "      tags:";
  863. strVar += "        - Profiles";
  864. strVar += "      summary: Atualizar";
  865. strVar += "      operationId: 370d3ec6d1d1b51b947b88611901645e";
  866. strVar += "      parameters:";
  867. strVar += "        -";
  868. strVar += "          name: id";
  869. strVar += "          in: path";
  870. strVar += "          required: true";
  871. strVar += "          schema:";
  872. strVar += "            type: int";
  873. strVar += "        -";
  874. strVar += "          name: Authorization";
  875. strVar += "          in: header";
  876. strVar += "          required: true";
  877. strVar += "          schema:";
  878. strVar += "            description: 'Bearer token para autorização'";
  879. strVar += "            type: string";
  880. strVar += "            default: 'Bearer <token>'";
  881. strVar += "      requestBody:";
  882. strVar += "        description: 'Input data format'";
  883. strVar += "        content:";
  884. strVar += "          multipart\/form-data:";
  885. strVar += "            schema:";
  886. strVar += "              required:";
  887. strVar += "                - name";
  888. strVar += "              properties:";
  889. strVar += "                name:";
  890. strVar += "                  description: name";
  891. strVar += "                  type: string";
  892. strVar += "                moderator:";
  893. strVar += "                  description: moderator";
  894. strVar += "                  type: integer";
  895. strVar += "                administrator:";
  896. strVar += "                  description: administrator";
  897. strVar += "                  type: integer";
  898. strVar += "                default:";
  899. strVar += "                  description: default";
  900. strVar += "                  type: integer";
  901. strVar += "                r_auth:";
  902. strVar += "                  description: r_auth";
  903. strVar += "                  type: integer";
  904. strVar += "              type: object";
  905. strVar += "      responses:";
  906. strVar += "        '200':";
  907. strVar += "          description: ''";
  908. strVar += "    delete:";
  909. strVar += "      tags:";
  910. strVar += "        - Profiles";
  911. strVar += "      summary: Deletar";
  912. strVar += "      operationId: af1bb1dcc8606f391ef77b4f335ce37c";
  913. strVar += "      parameters:";
  914. strVar += "        -";
  915. strVar += "          name: id";
  916. strVar += "          in: path";
  917. strVar += "          required: true";
  918. strVar += "          schema:";
  919. strVar += "            type: int";
  920. strVar += "        -";
  921. strVar += "          name: Authorization";
  922. strVar += "          in: header";
  923. strVar += "          required: true";
  924. strVar += "          schema:";
  925. strVar += "            description: 'Bearer token para autorização'";
  926. strVar += "            type: string";
  927. strVar += "            default: 'Bearer <token>'";
  928. strVar += "      responses:";
  929. strVar += "        '200':";
  930. strVar += "          description: ''";
  931. strVar += "  \/api\/profiles\/default:";
  932. strVar += "    put:";
  933. strVar += "      tags:";
  934. strVar += "        - Profiles";
  935. strVar += "      summary: 'Atualizar perfil de acesso padrão'";
  936. strVar += "      operationId: d2c8a9b83128faa6fa11b50dceb6dd84";
  937. strVar += "      parameters:";
  938. strVar += "        -";
  939. strVar += "          name: Authorization";
  940. strVar += "          in: header";
  941. strVar += "          required: true";
  942. strVar += "          schema:";
  943. strVar += "            description: 'Bearer token para autorização'";
  944. strVar += "            type: string";
  945. strVar += "            default: 'Bearer <token>'";
  946. strVar += "      requestBody:";
  947. strVar += "        description: 'Input data format'";
  948. strVar += "        content:";
  949. strVar += "          application\/json:";
  950. strVar += "            schema:";
  951. strVar += "              required:";
  952. strVar += "                - profile_id";
  953. strVar += "              properties:";
  954. strVar += "                profile_id:";
  955. strVar += "                  description: profile_id";
  956. strVar += "                  type: integer";
  957. strVar += "              type: object";
  958. strVar += "      responses:";
  959. strVar += "        '200':";
  960. strVar += "          description: ''";
  961. strVar += "  \/api\/setup:";
  962. strVar += "    get:";
  963. strVar += "      tags:";
  964. strVar += "        - Setup";
  965. strVar += "      summary: 'Setup Inicial'";
  966. strVar += "      operationId: ed8e18892bd00fb461033820ce9333a7";
  967. strVar += "      responses:";
  968. strVar += "        '200':";
  969. strVar += "          description: 'Recebe informações do setup inicial antes da autenticação'";
  970. strVar += "          content:";
  971. strVar += "            application\/json:";
  972. strVar += "              schema:";
  973. strVar += "                properties:";
  974. strVar += "                  hash_id: { description: 'Hash ID do sistema\/projeto', type: string }";
  975. strVar += "                  name: { description: 'Nome do sistema', type: string }";
  976. strVar += "                  register: { description: 'Usuário pode se registrar', type: integer }";
  977. strVar += "                  preview: { description: 'Ambiente de homologação', type: integer }";
  978. strVar += "                  s3: { description: 'Código repositório s3', type: string }";
  979. strVar += "                  s3_url: { description: 'Url repositório s3', type: string }";
  980. strVar += "                type: object";
  981. strVar += "  \/api\/auth\/setup:";
  982. strVar += "    get:";
  983. strVar += "      tags:";
  984. strVar += "        - Autenticação";
  985. strVar += "      summary: 'Autenticação Setup'";
  986. strVar += "      operationId: 2cd046b8a0b0341651589e58e3064b9f";
  987. strVar += "      parameters:";
  988. strVar += "        -";
  989. strVar += "          name: Authorization";
  990. strVar += "          in: header";
  991. strVar += "          required: true";
  992. strVar += "          schema:";
  993. strVar += "            description: 'Bearer token para autorização'";
  994. strVar += "            type: string";
  995. strVar += "            default: 'Bearer <token>'";
  996. strVar += "      responses:";
  997. strVar += "        '200':";
  998. strVar += "          description: 'Recebe informações do setup e configurações essenciais pela autenticação do usuário disponibilizado.'";
  999. strVar += "          content:";
  1000. strVar += "            application\/json:";
  1001. strVar += "              schema:";
  1002. strVar += "                properties:";
  1003. strVar += "                  hash_id: { description: 'Hash ID do sistema\/projeto', type: string }";
  1004. strVar += "                  name: { description: 'Nome do sistema', type: string }";
  1005. strVar += "                  register: { description: 'Usuário pode se registrar', type: integer }";
  1006. strVar += "                  preview: { description: 'Ambiente de homologação', type: integer }";
  1007. strVar += "                  s3: { description: 'Código repositório s3', type: string }";
  1008. strVar += "                  s3_url: { description: 'Url repositório s3', type: string }";
  1009. strVar += "                type: object";
  1010. strVar += "  \/api\/users:";
  1011. strVar += "    get:";
  1012. strVar += "      tags:";
  1013. strVar += "        - User";
  1014. strVar += "      summary: Listar";
  1015. strVar += "      operationId: c5ccc940808f87add4da9d1db1317605";
  1016. strVar += "      parameters:";
  1017. strVar += "        -";
  1018. strVar += "          name: Authorization";
  1019. strVar += "          in: header";
  1020. strVar += "          required: true";
  1021. strVar += "          schema:";
  1022. strVar += "            description: 'Bearer token para autorização'";
  1023. strVar += "            type: string";
  1024. strVar += "            default: 'Bearer <token>'";
  1025. strVar += "      responses:";
  1026. strVar += "        '200':";
  1027. strVar += "          description: ''";
  1028. strVar += "    post:";
  1029. strVar += "      tags:";
  1030. strVar += "        - User";
  1031. strVar += "      summary: Cadastrar";
  1032. strVar += "      operationId: a59166badd097fa85d48322ac7dc8a43";
  1033. strVar += "      parameters:";
  1034. strVar += "        -";
  1035. strVar += "          name: Authorization";
  1036. strVar += "          in: header";
  1037. strVar += "          required: true";
  1038. strVar += "          schema:";
  1039. strVar += "            description: 'Bearer token para autorização'";
  1040. strVar += "            type: string";
  1041. strVar += "            default: 'Bearer <token>'";
  1042. strVar += "      requestBody:";
  1043. strVar += "        description: 'Input data format'";
  1044. strVar += "        content:";
  1045. strVar += "          multipart\/form-data:";
  1046. strVar += "            schema:";
  1047. strVar += "              required:";
  1048. strVar += "                - name";
  1049. strVar += "                - username";
  1050. strVar += "                - email";
  1051. strVar += "                - password";
  1052. strVar += "              properties:";
  1053. strVar += "                name:";
  1054. strVar += "                  description: name";
  1055. strVar += "                  type: string";
  1056. strVar += "                username:";
  1057. strVar += "                  description: username";
  1058. strVar += "                  type: string";
  1059. strVar += "                password:";
  1060. strVar += "                  description: password";
  1061. strVar += "                  type: string";
  1062. strVar += "                profile_id:";
  1063. strVar += "                  description: profile_id";
  1064. strVar += "                  type: integer";
  1065. strVar += "                profession:";
  1066. strVar += "                  description: profession";
  1067. strVar += "                  type: string";
  1068. strVar += "                email:";
  1069. strVar += "                  description: email";
  1070. strVar += "                  type: string";
  1071. strVar += "                image:";
  1072. strVar += "                  description: image";
  1073. strVar += "                  type: binary";
  1074. strVar += "                r_auth:";
  1075. strVar += "                  description: r_auth";
  1076. strVar += "                  type: integer";
  1077. strVar += "              type: object";
  1078. strVar += "      responses:";
  1079. strVar += "        '201':";
  1080. strVar += "          description: ''";
  1081. strVar += "  '\/api\/users\/{id}':";
  1082. strVar += "    get:";
  1083. strVar += "      tags:";
  1084. strVar += "        - User";
  1085. strVar += "      summary: Retornar";
  1086. strVar += "      operationId: a26abdbceb32bec895ecd216c1681df2";
  1087. strVar += "      parameters:";
  1088. strVar += "        -";
  1089. strVar += "          name: id";
  1090. strVar += "          in: path";
  1091. strVar += "          required: true";
  1092. strVar += "          schema:";
  1093. strVar += "            type: int";
  1094. strVar += "        -";
  1095. strVar += "          name: Authorization";
  1096. strVar += "          in: header";
  1097. strVar += "          required: true";
  1098. strVar += "          schema:";
  1099. strVar += "            description: 'Bearer token para autorização'";
  1100. strVar += "            type: string";
  1101. strVar += "            default: 'Bearer <token>'";
  1102. strVar += "      responses:";
  1103. strVar += "        '200':";
  1104. strVar += "          description: ''";
  1105. strVar += "    put:";
  1106. strVar += "      tags:";
  1107. strVar += "        - User";
  1108. strVar += "      summary: Atualizar";
  1109. strVar += "      operationId: 1298c460f3a4f4b7e53cc83056f2e006";
  1110. strVar += "      parameters:";
  1111. strVar += "        -";
  1112. strVar += "          name: id";
  1113. strVar += "          in: path";
  1114. strVar += "          required: true";
  1115. strVar += "          schema:";
  1116. strVar += "            type: int";
  1117. strVar += "        -";
  1118. strVar += "          name: Authorization";
  1119. strVar += "          in: header";
  1120. strVar += "          required: true";
  1121. strVar += "          schema:";
  1122. strVar += "            description: 'Bearer token para autorização'";
  1123. strVar += "            type: string";
  1124. strVar += "            default: 'Bearer <token>'";
  1125. strVar += "      requestBody:";
  1126. strVar += "        description: 'Input data format'";
  1127. strVar += "        content:";
  1128. strVar += "          multipart\/form-data:";
  1129. strVar += "            schema:";
  1130. strVar += "              required:";
  1131. strVar += "                - name";
  1132. strVar += "                - username";
  1133. strVar += "                - email";
  1134. strVar += "                - password";
  1135. strVar += "              properties:";
  1136. strVar += "                name:";
  1137. strVar += "                  description: name";
  1138. strVar += "                  type: string";
  1139. strVar += "                username:";
  1140. strVar += "                  description: username";
  1141. strVar += "                  type: string";
  1142. strVar += "                password:";
  1143. strVar += "                  description: password";
  1144. strVar += "                  type: string";
  1145. strVar += "                profile_id:";
  1146. strVar += "                  description: profile_id";
  1147. strVar += "                  type: integer";
  1148. strVar += "                profession:";
  1149. strVar += "                  description: profession";
  1150. strVar += "                  type: string";
  1151. strVar += "                email:";
  1152. strVar += "                  description: email";
  1153. strVar += "                  type: string";
  1154. strVar += "                image:";
  1155. strVar += "                  description: image";
  1156. strVar += "                  type: binary";
  1157. strVar += "                r_auth:";
  1158. strVar += "                  description: r_auth";
  1159. strVar += "                  type: integer";
  1160. strVar += "              type: object";
  1161. strVar += "      responses:";
  1162. strVar += "        '200':";
  1163. strVar += "          description: ''";
  1164. strVar += "    delete:";
  1165. strVar += "      tags:";
  1166. strVar += "        - User";
  1167. strVar += "      summary: Deletar";
  1168. strVar += "      operationId: 4b6978b0d2b12cbeb8f9bf49ba28e84a";
  1169. strVar += "      parameters:";
  1170. strVar += "        -";
  1171. strVar += "          name: id";
  1172. strVar += "          in: path";
  1173. strVar += "          required: true";
  1174. strVar += "          schema:";
  1175. strVar += "            type: int";
  1176. strVar += "        -";
  1177. strVar += "          name: Authorization";
  1178. strVar += "          in: header";
  1179. strVar += "          required: true";
  1180. strVar += "          schema:";
  1181. strVar += "            description: 'Bearer token para autorização'";
  1182. strVar += "            type: string";
  1183. strVar += "            default: 'Bearer <token>'";
  1184. strVar += "      responses:";
  1185. strVar += "        '200':";
  1186. strVar += "          description: ''";
  1187. strVar += "  \/api\/users\/password\/recovery:";
  1188. strVar += "    post:";
  1189. strVar += "      tags:";
  1190. strVar += "        - User";
  1191. strVar += "      summary: 'Recuperar acesso com e-mail'";
  1192. strVar += "      operationId: 790f21922eee435f3313813750eea8d9";
  1193. strVar += "      requestBody:";
  1194. strVar += "        description: 'Input data format'";
  1195. strVar += "        content:";
  1196. strVar += "          application\/json:";
  1197. strVar += "            schema:";
  1198. strVar += "              required:";
  1199. strVar += "                - email";
  1200. strVar += "              properties:";
  1201. strVar += "                email:";
  1202. strVar += "                  description: email";
  1203. strVar += "                  type: string";
  1204. strVar += "              type: object";
  1205. strVar += "      responses:";
  1206. strVar += "        '200':";
  1207. strVar += "          description: ''";
  1208. strVar += "  \/api\/users\/password\/reset:";
  1209. strVar += "    post:";
  1210. strVar += "      tags:";
  1211. strVar += "        - User";
  1212. strVar += "      summary: 'Alterar senha de acesso'";
  1213. strVar += "      operationId: 9f3be46deff0091fde82c24fd67af1de";
  1214. strVar += "      requestBody:";
  1215. strVar += "        description: 'Input data format'";
  1216. strVar += "        content:";
  1217. strVar += "          application\/json:";
  1218. strVar += "            schema:";
  1219. strVar += "              required:";
  1220. strVar += "                - token";
  1221. strVar += "                - email";
  1222. strVar += "                - password";
  1223. strVar += "                - password_confirmation";
  1224. strVar += "              properties:";
  1225. strVar += "                token:";
  1226. strVar += "                  description: token";
  1227. strVar += "                  type: string";
  1228. strVar += "                email:";
  1229. strVar += "                  description: email";
  1230. strVar += "                  type: string";
  1231. strVar += "                password:";
  1232. strVar += "                  description: password";
  1233. strVar += "                  type: string";
  1234. strVar += "                password_confirmation:";
  1235. strVar += "                  description: password_confirmation";
  1236. strVar += "                  type: string";
  1237. strVar += "              type: object";
  1238. strVar += "      responses:";
  1239. strVar += "        '200':";
  1240. strVar += "          description: ''";
  1241.  

Editor

You can edit this paste and save as new: