You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSONDoc template uses field names instead of the overridden name specified in the annotation, example:
@ApiObjectField(name = "category_id") --> expected: category_id, actual: categoryId
The text was updated successfully, but these errors were encountered:
JSONDoc template uses field names instead of the overridden name specified in the annotation, example:
@ApiObjectField(name = "category_id") --> expected: category_id, actual: categoryId
The text was updated successfully, but these errors were encountered: