gen-spec.ts does not follow the OpenAPI specification, giving the same operatorId #13939
Closed
1 task
Labels
⚠️bug?
This might be a bug
💡 Summary
gen-spec.ts
does not follow the OpenAPI specification, giving the sameoperatorId
, which causes problems when viewing api doc using other tools (such as Elements)https://github.com/misskey-dev/misskey/blob/develop/packages/backend/src/server/api/openapi/gen-spec.ts#L214
🥰 Expected Behavior
get
andpost
should use differentoperatorId
🤬 Actual Behavior
gen-spec.ts
does not follow the OpenAPI specification, giving the sameoperatorId
, which causes problems when viewing api doc using other tools (such as Elements)An example is:
📝 Steps to Reproduce
No response
💻 Frontend Environment
No response
🛰 Backend Environment (for server admin)
No response
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: