Test ## Sections • [Swagger Petstore - OpenAPI 3.0](https://custom-staging-test-3.theneo.store/swagger-petstore-openapi-3-0.md): Manage and interact with a fully featured sample Pet Store API designed using the OpenAPI 3.0 specification. This section enables you to explore core operations such as adding, updating, retrieving, and deleting pets, as well as managing store inventory and user accounts, providing a practical example of API design and functionality. • [pet](https://custom-staging-test-3.theneo.store/pet.md): Manage pet records within your application by creating, updating, retrieving, and deleting pet information. This section also allows you to search pets by status or tags and upload images to associate with a specific pet. • [Update an existing pet](https://custom-staging-test-3.theneo.store/pet/update-an-existing-pet.md): Update the details of an existing pet in the system by providing its unique identifier along with the desired changes. This allows you to modify attributes such as the pet’s name, category, photos, tags, and availability status to keep the pet’s information current. • [Add a new pet to the store](https://custom-staging-test-3.theneo.store/pet/add-a-new-pet-to-the-store.md): Create a new pet entry in the store by providing its details such as name, category, photos, tags, and status. This section enables you to add pets to the inventory for tracking and management within the system. • [Finds Pets by status](https://custom-staging-test-3.theneo.store/pet/finds-pets-by-status.md): Retrieve a list of pets filtered by one or more status values, allowing you to easily find pets based on their current availability or condition. This section supports multiple status filters to help you narrow down your search and manage pet data efficiently. • [Finds Pets by tags](https://custom-staging-test-3.theneo.store/pet/finds-pets-by-tags.md): Retrieve a list of pets that match one or more specified tags to help filter and organize available pets based on their characteristics or categories. This functionality allows users to efficiently search for pets by providing multiple tags, enabling targeted and flexible queries. • [Find pet by ID](https://custom-staging-test-3.theneo.store/pet/find-pet-by-id.md): Retrieve detailed information about a specific pet by providing its unique identifier. This section allows you to access all relevant data associated with the pet, including its name, category, photos, tags, and current status within the store. • [Updates a pet in the store with form data](https://custom-staging-test-3.theneo.store/pet/updates-a-pet-in-the-store-with-form-data.md): Update an existing pet’s information in the store using form data. This allows you to modify specific details such as the pet’s name and status without replacing the entire record. • [Deletes a pet](https://custom-staging-test-3.theneo.store/pet/deletes-a-pet.md): Remove a pet from the system by specifying its unique identifier. This operation permanently deletes the pet's record, ensuring it is no longer accessible or retrievable. Use this to manage and maintain an up-to-date pet collection. • [uploads an image](https://custom-staging-test-3.theneo.store/pet/uploads-an-image.md): This section enables users to upload an image associated with a specific pet, allowing them to enhance pet records with visual content. Users can also include additional metadata to provide context or details about the image. Upon successful upload, the API returns a response confirming the operation's outcome. • [store](https://custom-staging-test-3.theneo.store/store.md): Manage pet store orders and inventory with this section, allowing you to retrieve current stock levels, place new orders, fetch details of existing orders, and cancel orders as needed. It provides comprehensive control over order lifecycle and inventory status to streamline store operations. • [Returns pet inventories by status](https://custom-staging-test-3.theneo.store/store/returns-pet-inventories-by-status.md): Retrieve a summary of pet inventory quantities categorized by their current status. This allows you to quickly assess availability and stock levels across different pet statuses in your store. Use this data to monitor inventory distribution and make informed restocking decisions. • [Place an order for a pet](https://custom-staging-test-3.theneo.store/store/place-an-order-for-a-pet.md): Create a new order to purchase a pet from the store by specifying the desired pet, quantity, and shipping details. This section allows users to submit and track orders, including their status and completion state. • [Find purchase order by ID](https://custom-staging-test-3.theneo.store/store/find-purchase-order-by-id.md): Retrieve detailed information about a specific purchase order by providing its unique identifier. This allows users to access order details such as item quantities, shipping dates, status, and completion state, enabling efficient order tracking and management. • [Delete purchase order by ID](https://custom-staging-test-3.theneo.store/store/delete-purchase-order-by-id.md): Remove a specific purchase order from the system by specifying its unique identifier. This operation permanently deletes the order, allowing users to manage and maintain accurate purchase records within the Test project. • [user](https://custom-staging-test-3.theneo.store/user.md): Manage user accounts within the Test project by creating, retrieving, updating, and deleting user information. This section also enables user authentication through login and logout operations, facilitating secure access and session control. • [Create user](https://custom-staging-test-3.theneo.store/user/create-user.md): Create a new user account by providing the required profile and authentication details. This action allows the currently authenticated user to establish a user profile within the Test system, enabling access and interaction with platform features. • [Creates list of users with given input array](https://custom-staging-test-3.theneo.store/user/creates-list-of-users-with-given-input-array.md): Create multiple users in a single request by submitting an array of user details. This operation enables efficient batch user creation, simplifying the onboarding process when adding several users at once. • [Logs user into the system](https://custom-staging-test-3.theneo.store/user/logs-user-into-the-system.md): Authenticate users by validating their credentials to initiate a secure session within the system. This section enables users to gain access to protected resources and personalized features by successfully logging into their accounts. • [Logs out current logged in user session](https://custom-staging-test-3.theneo.store/user/logs-out-current-logged-in-user-session.md): Terminate the active user session to securely log out the currently authenticated user. This action ensures that subsequent requests require re-authentication, helping protect account access and maintain session integrity. • [Get user by user name](https://custom-staging-test-3.theneo.store/user/get-user-by-user-name.md): Retrieve detailed information about a specific user by providing their username. This section allows you to access key user attributes, including identification details, contact information, and status, enabling efficient user management and verification. • [Update user](https://custom-staging-test-3.theneo.store/user/update-user.md): Update user allows the logged-in user to modify their account details, including personal information and status. Users can change attributes such as name, email, password, phone number, and user status to keep their profile current and accurate. • [Delete user](https://custom-staging-test-3.theneo.store/user/delete-user.md): Remove the authenticated user’s account and all associated data permanently. This action is irreversible and can only be performed by the user themselves to ensure account security.