Update organization

The "Update organization" endpoint allows you to modify the details of your organization using the PandaVideo API. By making a PUT request to the specified URL (https://api-v2-staging.pandavideo.com/organizations), you can update the organization's information.

To access the endpoint, you need to provide the necessary authentication in the headers using the "Authorization" field with the value "API_KEY". In the body of the request, you can include the parameters you want to update, such as the organization's name, status, and image_id.

In the body of the request, you can include the following parameters:

  • name (string): The updated name of the organization.
  • status (string): The updated status of the organization. Allowed values: "active", "inactive".
  • image_id (string): The ID of the updated image associated with the organization.

📘

Responses

  • 200: Success. The organization was updated successfully.
  • 400: Bad request. Check the provided parameters.
  • 401: Unauthorized. Authentication failed or not provided.
  • 500: Internal server error. Please try again later.

By utilizing the "Update organization" endpoint, you can programmatically modify your PandaVideo organization's details.

Recipes

The Recipes section provides a collection of code examples and sample implementations to help you understand and use the API effectively. Each recipe includes commented code that explains the purpose and functionality of each line. You can refer to these recipes as a guide to implement specific features or interact with the API endpoints.

Language
Authorization
Header
Click Try It! to start a request and see the response here!