Create ResolutionAsk AIpost https://{hostname}/api/datasubject/v2/resolutionsUse this API to create a new resolution.Body ParamsclosebooleanrequiredIndicates whether this resolution code should be available as an option when closing a request. Set to true to make it available for closing requests.truefalserejectbooleanrequiredIndicates whether this resolution code should be available as an option when rejecting a request. Set to true to make it available for rejecting requests.truefalsecompletebooleanrequiredIndicates whether this resolution code should be available as an option when completing a request. Set to true to make it available for completing requests.truefalsetypeint32enumSpecifies the type of resolution code, which determines where it appears in the UI. By default, this is set to 10 for request-level resolutions. Use 20 for subtask resolutions.Show Details10RequestQueue resolutions20Subtask resolutions1020Allowed:1020titleTranslationsobjectA map of language codes to translated titles for this resolution code. English (en-us) translation is required. Each translation must be unique per language and type across all resolution codes.titleTranslations objectdescriptionTranslationsobjectA map of language codes to translated descriptions for this resolution code. The default English (en-us) translation must be present.descriptionTranslations objectResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago