Forum Discussion

GeneVincent's avatar
GeneVincent
New Member
10 months ago

Documenting an API with all operations under a single path

I'm trying to document an existing API that uses a single path with query parameters to specify the different actions:   /api?action=action1&some-param=1 /api?action=action2&other-aparam=2   If ...