Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
edited tags
Link
Brock Adams
  • 13k
  • 5
  • 40
  • 65
edited tags
Link
Kevin Montrose
  • 18.6k
  • 6
  • 36
  • 62
Source Link
YOU
  • 5k
  • 20
  • 20

Can we have maximum length of string in API help pages?

For the type "string", I think there is some upper limit of character count.

For example,

  • post title : 200 characters
  • post body : 30000 characters

In the help page, currently like this

"body": { "description": "body of the comment", "values": "string", "optional": false } 

Can we have upper limit also? for example

"body": { "description": "body of the comment", "values": "string", "max-length": 30000, "optional": false }