Update a specific template file for a theme
Update a specific template file for a theme on your Verify tenant without having to update the whole theme.
Before you begin
- Get an access token. See Managing themes.
- A theme ID is required to update a theme file. To find the theme ID, see List the themes.
- Download a specific template file for a theme.
About this task
A Verify page can be changed and customized for your company by updating a specific template file in a theme.
Procedure
Results
Example
The following example updates the specific template file named routing_error.html for the theme ID of 38d7387a-3b03-455d-b358-55ed497065e7 on the companyAppTest.verify.ibm.com tenant.
curl -X PUT 'https://companyAppTest.verify.ibm.com/v1.0/branding/themes/38d7387a-3b03-455d-b358-55ed497065e7/authentication/saml/error/default/routing_error.html' --header 'Content-Type: multipart/form-data' --header 'Accept: text/html' {"type":"formData"} -H 'Authorization: Bearer JUHn05z35P4Kd9QaCLHFEyMGEbzeCOo0faBefI9w'