Docs Home
/
Zoo Developer Tools
/
API
/
Orgs
/
Update dataset metadata or storage credentials for the caller's organization.

Update dataset metadata or storage credentials for the caller's organization

Parameters

Name

Type

Req.

  • id

    string / UUID
    required
  • bodyapplication/json

    object
    optional
    Object Properties
    • name

      string
      optional
    • source

      object
      optional
      Object Properties
      • access_role_arn

        string
        optional
      • provider

        string
        optional
        Possible values
        • s3:  Amazon Simple Storage Service.
        • zoo_managed:  Zoo-managed dataset storage backed by the API's internal object store.
      • uri

        string
        optional

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • access_role_arn

      string
      optional
    • created_at

      string / ISO-8601
      optional
    • id

      string / UUID
      optional
    • last_sync_error

      string
      optional
    • last_sync_error_at

      string / ISO-8601
      optional
    • name

      string
      optional
    • org_id

      string / UUID
      optional
    • source_uri

      string
      optional
    • status

      string
      optional
      Possible values
      • active:  Dataset is active and can be used.
      • deleting:  Dataset is being deleted and should not be mutated or used.
      • errored:  Dataset encountered sync errors and needs attention.
    • storage_provider

      string
      optional
      Possible values
      • s3:  Amazon Simple Storage Service.
      • zoo_managed:  Zoo-managed dataset storage backed by the API's internal object store.
    • updated_at

      string / ISO-8601
      optional
put
/org/datasets/{id}
200 OK
Response
Zookeeper is here!
You guide the design. Zookeeper does the work.