Skip to content

Instantly share code, notes, and snippets.

@SRMonti
SRMonti / image-service-api.yaml
Created May 13, 2026 10:13
Image Service API – OpenAPI 3.0.3
openapi: 3.0.3
info:
title: Image Service API
version: 1.0.0
description: REST API zur Verwaltung von Image-Metadaten.
servers:
- url: https://api.example.com
paths:
/images:
post: