Test: REST API endpoints #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Verify all WebServices API endpoints work correctly.
Scope
Acceptance Criteria
Testing Plan
Pre-requisites
TC-9.1: Start backup
Verify: HTTP 200, success=true, record_id returned
TC-9.2: List backups
Verify: JSON:API format, backup records with attributes
TC-9.3: Delete backup
Verify: Record deleted, archive file removed
TC-9.4: Download backup
Verify: Base64-encoded archive content returned
TC-9.5: List profiles
Verify: All published profiles returned
TC-9.6: No auth
TC-9.7: MCP compatibility