Skip to content

Commit

Permalink
prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Jun 4, 2023
1 parent 8ece611 commit 551146e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions src/version2/issueSecuritySchemes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ export class IssueSecuritySchemes {
* Returns a [paginated](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#pagination) list of issue
* security schemes.\
* If you specify the project ID parameter, the result will contain issue security schemes and related project IDs you
* filter by. Use {@link Parameters.SearchProjectsUsingSecuritySchemes} to
* obtain all projects related to scheme.
* filter by. Use {@link Parameters.SearchProjectsUsingSecuritySchemes} to obtain all projects related to scheme.
*
* Only issue security schemes in the context of classic projects are returned.
*
Expand All @@ -267,8 +266,7 @@ export class IssueSecuritySchemes {
* Returns a [paginated](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#pagination) list of issue
* security schemes.\
* If you specify the project ID parameter, the result will contain issue security schemes and related project IDs you
* filter by. Use {@link Parameters.SearchProjectsUsingSecuritySchemes} to
* obtain all projects related to scheme.
* filter by. Use {@link Parameters.SearchProjectsUsingSecuritySchemes} to obtain all projects related to scheme.
*
* Only issue security schemes in the context of classic projects are returned.
*
Expand Down
8 changes: 4 additions & 4 deletions src/version3/parameters/getSecurityLevelMembers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export interface GetSecurityLevelMembers {
/** The maximum number of items to return per page. */
maxResults?: string;
/**
* The list of issue security level member IDs. To include multiple issue security level members separate IDs with
* an ampersand: `id=10000&id=10001`.
* The list of issue security level member IDs. To include multiple issue security level members separate IDs with an
* ampersand: `id=10000&id=10001`.
*/
id?: string[];
/**
Expand All @@ -19,8 +19,8 @@ export interface GetSecurityLevelMembers {
*/
levelId?: string[];
/**
* Use expand to include additional information in the response. This parameter accepts a comma-separated list.
* Expand options include:
* Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand
* options include:
*
* - `all` Returns all expandable information
* - `field` Returns information about the custom field granted the permission
Expand Down
4 changes: 2 additions & 2 deletions src/version3/parameters/getSecurityLevels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export interface GetSecurityLevels {
*/
id?: string[];
/**
* The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an
* ampersand: `schemeId=10000&schemeId=10001`.
* The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an ampersand:
* `schemeId=10000&schemeId=10001`.
*/
schemeId?: string[];
/**
Expand Down

0 comments on commit 551146e

Please sign in to comment.