Changes to Register a snapshot to the public registry

POST /me/files/{fileName}/{version}/register

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

Changed in 10 of the 29 revisions of this API.558

  1. 4ff151025f7c1
  2. 92dc510f35d611
  3. 113228ab116c1
  4. bff34b5439611
  5. 65605c05e7f711
  6. 4905576a1c1e11
  7. 7a2b2f42a2f211
  8. d3210261c5391
  9. ad4cd30302ac1
  10. 93e312846ab323

What changed

    • changed the pattern of the path request parameter fileName from /^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i to /^[a-z\d](?:[a-z\d]|[-_](?=[a-z\d])){0,38}$/i

      request-parameter-pattern-changed

  • 92dc510f35d611See the full diff
    • removed the optional property registered from the response with the 201 status

      response-optional-property-removed

    • added the required property result to the response with the 201 status

      response-required-property-added

    • added optional request body

      request-body-added-optional

    • added the media type application/json for the response with the status 201

      response-media-type-added

  • 65605c05e7f711See the full diff
    • added the new path request parameter fileName

      new-request-path-parameter

    • deleted the path request parameter file_name

      request-parameter-removed

  • 4905576a1c1e11See the full diff
    • added the new path request parameter file_name

      new-request-path-parameter

    • deleted the path request parameter fileName

      request-parameter-removed

  • 7a2b2f42a2f211See the full diff
    • added the new path request parameter fileName

      new-request-path-parameter

    • deleted the path request parameter file_name

      request-parameter-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id registerMySnapshot was added

      api-operation-id-added

    • the endpoint scheme security BearerAuth was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 93e312846ab323See the full diff
    • removed the request body

      request-body-removed

    • removed the media type application/json for the response with the status 201

      response-media-type-removed

    • api operation id registerMySnapshot removed and replaced with

      api-operation-id-removed

    • the endpoint scheme security BearerAuth was removed from the API

      api-security-removed

    • removed the pattern /^[a-z\d](?:[a-z\d]|[-_](?=[a-z\d])){0,38}$/i from the path request parameter fileName

      request-parameter-pattern-removed

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog