Skip to content

Conversation

tanya732
Copy link
Contributor

Changes

Added changes in below endpoints

Path HTTP Method Method Name
/prompts/{prompt}/screen/{screen}/rendering GET getRendering
/prompts/{prompt}/screen/{screen}/rendering PATCH updateRendering

Added two new fields filters and use_page_template

References

Please include relevant links supporting this change such as a:

  • support ticket
  • community post
  • StackOverflow post
  • support forum thread

Manual Testing code

Securely store your Client ID, Client Secret, and Management API token.
Install the SDK: npm install auth0

var auth0 = new ManagementClient({
domain: '{YOUR_TENANT_AND REGION}.auth0.com',
clientId: '{YOUR_CLIENT_ID}',
clientSecret: '{YOUR_CLIENT_SECRET}',
});

//Get Rendering
const getRendering = await auth0.prompts.getRendering("<GetRenderingRequest>")

//Update Rendering
const updateRendering = await auth0.prompts.updateRendering("<PatchRenderingRequest>")

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage

Checklist

@tanya732 tanya732 requested a review from a team as a code owner June 26, 2025 04:39
@tanya732 tanya732 merged commit a1500fb into master Jun 26, 2025
8 checks passed
@tanya732 tanya732 deleted the sdk-6092-ACUL-support branch June 26, 2025 04:53
@tanya732 tanya732 mentioned this pull request Jun 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants