Changes to Generates an OAuth 1.0a header for authenticating requests to the X API.

POST /generateOAuthHeader

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 4 revisions of this API.314

  1. ec42d4a2756731
  2. 9a6d6c9f0b8413

What changed

  • ec42d4a2756731See the full diff
    • the response property error became optional for the status 400

      response-property-became-optional

    • the response property error became optional for the status 500

      response-property-became-optional

    • removed the required property header from the response with the 200 status

      response-required-property-removed

    • added the optional property oauthHeader to the response with the 200 status

      response-optional-property-added

  • 9a6d6c9f0b8413See the full diff
    • removed the optional property oauthHeader from the response with the 200 status

      response-optional-property-removed

    • the response property error became required for the status 400

      response-property-became-required

    • the response property error became required for the status 500

      response-property-became-required

    • added the required property header to the response with the 200 status

      response-required-property-added