Changes to Update a post by ID

PUT /v1/posts/{postId}

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

Changed in 10 of the 61 revisions of this API.413

  1. 8108f2a53d2e3
  2. a38cc07e90d81
  3. 644a3e39740b1
  4. 17b3077bd1191
  5. 9c830051404c1
  6. bd33b6b2bee82
  7. 90de04b871334
  8. 79fe03bb40571
  9. 83a5758697642
  10. 5b94722856861

What changed

    • added the new optional request property canonicalUrl

      new-optional-request-property

    • added the new optional request property communityId

      new-optional-request-property

    • added the new optional request property publishOnline

      new-optional-request-property

    • added the new optional request property imageAlt

      new-optional-request-property

    • added the new optional request property authorIds

      new-optional-request-property

    • added the new optional request property bodyJson

      new-optional-request-property

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the new optional request property clearImage

      new-optional-request-property

    • added the new optional request property imageUrl

      new-optional-request-property

    • removed the optional property error from the response with the 400 status

      response-optional-property-removed

    • removed the optional property error from the response with the 401 status

      response-optional-property-removed

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • added the new optional request property publishedAt

      new-optional-request-property

    • added the new optional request property scheduledAt

      new-optional-request-property

    • added the new optional request property sendNewsletter

      new-optional-request-property

    • endpoint added

      endpoint-added