# Validate a reported resource **POST /v1/reportedResources/{reportedResourceId}/validate** Validate a reported resource ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **reportedResourceId** (string) The id of the reported resource ### Body: application/json (object) - **status** (string) The status that the reported resource will be set to ## Responses ### 200 Reported resource validated successfully #### Body: application/json (object) - **id** (string) The id of the reported resource. - **ownerId** (string) The ownerId of the reported resource. - **ownerType** (string) The type of the owner of the reported resource. - **status** (string) The status of the reported resource. - **author** (object) The author of the reported resource. - **lastReportId** (string | null) The id of the last report. - **createdAt** (integer) Timestamp in ms of creation date ### 400 Malformed payload ### 404 Reported resource not found [Powered by Bump.sh](https://bump.sh)