Florian Eisenmenger 2 lat temu
rodzic
commit
7be8fd46ae
3 zmienionych plików z 29 dodań i 3 usunięć
  1. +3
    -2
      README.md
  2. +1
    -1
      export/openapi.json
  3. +25
    -0
      export/openapi.yaml

+ 3
- 2
README.md Wyświetl plik

@@ -98,8 +98,9 @@
- https://api-platform.com/docs/distribution/
- https://api-platform.com/docs/core/extending/

Ausführen, um openApi.yaml und openApi.json zu generieren:
- php export/exportApi.php
Ausführen, um openApi.yaml und openApi.json zu generieren:
- cd export
- php exportApi.php
openApi.yaml und openApi.json in Frontend-Projekt (root) kopieren

# Lexik JWT


+ 1
- 1
export/openapi.json
Plik diff jest za duży
Wyświetl plik


+ 25
- 0
export/openapi.yaml Wyświetl plik

@@ -652,6 +652,31 @@ paths:
explode: false
allowReserved: false
deprecated: false
delete:
operationId: api_medias_id_delete
tags:
- Media
responses:
204:
description: 'Media resource deleted'
404:
description: 'Resource not found'
summary: 'Removes the Media resource.'
description: 'Removes the Media resource.'
parameters:
-
name: id
in: path
description: 'MediaObject identifier'
required: true
deprecated: false
allowEmptyValue: false
schema:
type: string
style: simple
explode: false
allowReserved: false
deprecated: false
parameters: []
/api/partners:
get:


Ładowanie…
Anuluj
Zapisz