# Replace resource Fully replaces an existing Resource. All fields must be provided. Endpoint: PUT /site/{siteId}/ahds/v1/resource/{resourceId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `resourceId` (string, required) Resource unique identifier (UUID) ## Request fields (application/json): - `accessLevel` (string, required) Access level or visibility of the resource. - `associatedEntity` (object, required) Entity this resource is associated with, if applicable. - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether the resource is currently active. - `name` (string, required) Human-readable name of the resource. - `ownership` (object, required) Ownership information for the resource. - `resourceType` (string, required) Type or category of the resource. ## Response 200 fields (application/json): - `accessLevel` (string, required) Access level or visibility of the resource. - `associatedEntity` (object, required) Entity this resource is associated with, if applicable. - `createdAt` (string, required) Timestamp when the resource was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether the resource is currently active. - `name` (string, required) Human-readable name of the resource. - `ownership` (object, required) Ownership information for the resource. - `resourceId` (string, required) Canonical identifier for the resource. Example: "123e4567-e89b-12d3-a456-426614174000" - `resourceType` (string, required) Type or category of the resource. - `updatedAt` (string, required) Timestamp when the resource was last modified. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 404 fields