Skip to main content

Questions tagged [status-completed]

Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.

20 questions with no upvoted or accepted answers
Filter by
Sorted by
Tagged with
15 votes
0 answers
144 views

On February 14th, 2024 a new network-wide policy on AI-generated content goes into effect. The de-facto default is that AI-generated content should follow the citation rules that already exist. In the ...
6 votes
0 answers
141 views

Most libraries and apps need to version themselves by adding the version number to the url and subsequently most of the http request code includes this information in the url building process. the ...
Sky Sanders's user avatar
  • 12.1k
5 votes
0 answers
129 views

Please make user a synonym of users. I proposed a synonym but there aren't enough high-rep users active here for that mechanism to work. Currently*: user has 5 questions, no tag wiki and no tag ...
Brock Adams's user avatar
5 votes
0 answers
124 views

Stackapps.com/help/whats-meta tells that there is "Meta Stack Apps". However there isn't. Stack Apps is its own meta and meta is used to ask meta questions here.
nicael's user avatar
  • 426
5 votes
0 answers
57 views

The API is returning the following error message when I request the revision history for locked posts. Example URL: http://api.stackoverflow.com/1.1/revisions/194812 { "error": { "code": 500, ...
Bill the Lizard's user avatar
5 votes
0 answers
83 views

Although the help/documentation lists todate and fromdate parameters for tags they do not work. This may be related to tags not having a creation_date. It would be great if we could filter tags by ...
tonklon's user avatar
  • 159
4 votes
0 answers
120 views

Query results seem to have started including BOMs sometime today. I had to add code to handle it. I don't see this documented anywhere.
Dennis Williamson's user avatar
4 votes
0 answers
45 views

Now that version 1.x of the API is on its way out the door permanently, can we go ahead and drop the associated menu from the sidebar?
Tim Stone's user avatar
  • 4,666
4 votes
0 answers
133 views

There's like 5 in the top few of the front page and it's a little annoying as they get in the way so can a mod just delete them they serve no useful purpose.
Jonathan.'s user avatar
  • 3,118
3 votes
0 answers
126 views

Refer to Are "api-key" and "app-key" the same thing?. Although I've now retagged the questions that used app-key, there are still plenty of places where the redundant term is ...
Brock Adams's user avatar
3 votes
0 answers
110 views

Privileges related to Stack Overflow Documentation are displaying in every other site's API data. Using Meta Stack Exchange, for example, /2.2/privileges?site=meta returns the following documentation ...
Arulkumar's user avatar
  • 578
3 votes
0 answers
80 views

The Stack Exchange API, version 1.1, documentation is ever so slightly confusing wherever Unix timestamps are mentioned (perhaps any ranges, I haven't dug too deeply) For instance: todate – Unix ...
Dan Lugg's user avatar
  • 131
3 votes
0 answers
155 views

I'm using the implicit OAuth flow for our native iPad app. We're calling the standard URLs in a UIWebView. The Stack Exchange login renders with several UI glitches. The first screen looks correct: (...
bromanko's user avatar
  • 489
3 votes
0 answers
83 views

Would it be possible to get an example of each type returned by the inbox, Eg careers messages, and whatever meta questions are. Do careers invites/chat messages/etc have ids? And what is their site?
Jonathan.'s user avatar
  • 3,118
3 votes
0 answers
120 views

These would be helpful to have. Absence breaks Silverlight apps. http://stackauth.com/crossdomain.xml http://stackauth.com/clientaccesspolicy.xml http://stackauth.com/0.8/crossdomain.xml http://...
Sky Sanders's user avatar
  • 12.1k
2 votes
0 answers
48 views

Can you find the spelling mistake in "Unregistered Users" (last section) of the Authentication page? In case you're not in the mood for games, here is it:
ashleedawg's user avatar
1 vote
0 answers
61 views

This appear to be specific to Stack Apps. The text is centered on every other site I've tried. See below: Compared to how it should appear:
animuson's user avatar
  • 199
1 vote
0 answers
55 views

Well, if you look here, you'll see i have "down_vote_count": 94, But if you look here on my Stackoverflow profile, you see that my down vote count is 64. For those who would ask if I'm sure ...
genesis's user avatar
  • 113
1 vote
0 answers
103 views

The usage page for the API used in the blog is a very good reference of the current API methods, and slightly better then the current documentation link in the FAQ. Would it at all be possible to ...
BinaryMisfit's user avatar
0 votes
0 answers
78 views

I'm building an application on top of StackExchange's API for a month now. While I was building the OAuth flow to allow users to authenticate using their StackExchange account, everything was working ...
Vinicius Andrade's user avatar