|
1 | 1 | { |
2 | | - "openapi": "3.0.1", |
| 2 | + "openapi": "3.0.4", |
3 | 3 | "info": { |
4 | 4 | "title": "Altinn App Api", |
5 | 5 | "version": "v1" |
|
223 | 223 | "tags": [ |
224 | 224 | "ApplicationMetadata" |
225 | 225 | ], |
226 | | - "summary": "Get the application metadata https://altinncdn.no/schemas/json/application/application-metadata.schema.v1.json\r\n \r\nIf org and app does not match, this returns a 409 Conflict response", |
| 226 | + "summary": "Get the application metadata https://altinncdn.no/schemas/json/application/application-metadata.schema.v1.json\n \nIf org and app does not match, this returns a 409 Conflict response", |
227 | 227 | "parameters": [ |
228 | 228 | { |
229 | 229 | "name": "org", |
|
282 | 282 | "tags": [ |
283 | 283 | "ApplicationMetadata" |
284 | 284 | ], |
285 | | - "summary": "Get the application XACML policy file\r\n \r\nIf org and app does not match, this returns a 409 Conflict response", |
| 285 | + "summary": "Get the application XACML policy file\n \nIf org and app does not match, this returns a 409 Conflict response", |
286 | 286 | "parameters": [ |
287 | 287 | { |
288 | 288 | "name": "org", |
|
342 | 342 | "tags": [ |
343 | 343 | "ApplicationMetadata" |
344 | 344 | ], |
345 | | - "summary": "Get the application BPMN process file\r\n \r\nIf org and app does not match, this returns a 409 Conflict response", |
| 345 | + "summary": "Get the application BPMN process file\n \nIf org and app does not match, this returns a 409 Conflict response", |
346 | 346 | "parameters": [ |
347 | 347 | { |
348 | 348 | "name": "org", |
|
1589 | 1589 | "name": "queryParams", |
1590 | 1590 | "in": "query", |
1591 | 1591 | "description": "Query parameteres supplied", |
| 1592 | + "style": "deepObject", |
1592 | 1593 | "schema": { |
1593 | 1594 | "type": "object", |
1594 | 1595 | "additionalProperties": { |
|
1668 | 1669 | "name": "queryParams", |
1669 | 1670 | "in": "query", |
1670 | 1671 | "description": "Query parameters supplied", |
| 1672 | + "style": "deepObject", |
1671 | 1673 | "schema": { |
1672 | 1674 | "type": "object", |
1673 | 1675 | "additionalProperties": { |
|
2063 | 2065 | "name": "queryParams", |
2064 | 2066 | "in": "query", |
2065 | 2067 | "description": "The query parameters to pass to the external api endpoint", |
| 2068 | + "style": "deepObject", |
2066 | 2069 | "schema": { |
2067 | 2070 | "type": "object", |
2068 | 2071 | "additionalProperties": { |
|
2404 | 2407 | "tags": [ |
2405 | 2408 | "Instances" |
2406 | 2409 | ], |
2407 | | - "summary": "Creates a new instance of an application in platform storage. Clients can send an instance as json or send a\r\nmultipart form-data with the instance in the first part named \"instance\" and the prefill data in the next parts, with\r\nnames that correspond to the element types defined in the application metadata.\r\nThe data elements are stored. Currently calculate and validate is not implemented.", |
| 2410 | + "summary": "Creates a new instance of an application in platform storage. Clients can send an instance as json or send a\nmultipart form-data with the instance in the first part named \"instance\" and the prefill data in the next parts, with\nnames that correspond to the element types defined in the application metadata.\nThe data elements are stored. Currently calculate and validate is not implemented.", |
2408 | 2411 | "parameters": [ |
2409 | 2412 | { |
2410 | 2413 | "name": "org", |
|
2542 | 2545 | "Instances" |
2543 | 2546 | ], |
2544 | 2547 | "summary": "Add complete confirmation.", |
2545 | | - "description": "Add to an instance that a given stakeholder considers the instance as no longer needed by them. The stakeholder has\r\ncollected all the data and information they needed from the instance and expect no additional data to be added to it.\r\nThe body of the request isn't used for anything despite this being a POST operation.", |
| 2548 | + "description": "Add to an instance that a given stakeholder considers the instance as no longer needed by them. The stakeholder has\ncollected all the data and information they needed from the instance and expect no additional data to be added to it.\nThe body of the request isn't used for anything despite this being a POST operation.", |
2546 | 2549 | "parameters": [ |
2547 | 2550 | { |
2548 | 2551 | "name": "instanceOwnerPartyId", |
|
2918 | 2921 | "name": "queryParams", |
2919 | 2922 | "in": "query", |
2920 | 2923 | "description": "Query parameters supplied", |
| 2924 | + "style": "deepObject", |
2921 | 2925 | "schema": { |
2922 | 2926 | "type": "object", |
2923 | 2927 | "additionalProperties": { |
|
3023 | 3027 | "name": "queryParams", |
3024 | 3028 | "in": "query", |
3025 | 3029 | "description": "Query parameteres supplied", |
| 3030 | + "style": "deepObject", |
3026 | 3031 | "schema": { |
3027 | 3032 | "type": "object", |
3028 | 3033 | "additionalProperties": { |
|
3864 | 3869 | "tags": [ |
3865 | 3870 | "Process" |
3866 | 3871 | ], |
3867 | | - "summary": "Gets a list of the next process elements that can be reached from the current process element.\r\nIf process is not started it returns the possible start events.", |
| 3872 | + "summary": "Gets a list of the next process elements that can be reached from the current process element.\nIf process is not started it returns the possible start events.", |
3868 | 3873 | "parameters": [ |
3869 | 3874 | { |
3870 | 3875 | "name": "org", |
|
4169 | 4174 | "tags": [ |
4170 | 4175 | "Process" |
4171 | 4176 | ], |
4172 | | - "summary": "Attemts to end the process by running next until an end event is reached.\r\nNotice that process must have been started.", |
| 4177 | + "summary": "Attemts to end the process by running next until an end event is reached.\nNotice that process must have been started.", |
4173 | 4178 | "parameters": [ |
4174 | 4179 | { |
4175 | 4180 | "name": "org", |
|
4551 | 4556 | "tags": [ |
4552 | 4557 | "Resource" |
4553 | 4558 | ], |
4554 | | - "summary": "Get the form layout\r\n<param name=\"org\">Unique identifier of the organisation responsible for the app.</param><param name=\"app\">Application identifier which is unique within an organisation.</param><returns>A collection of FormLayout objects in JSON format.</returns>", |
| 4559 | + "summary": "Get the form layout\n<param name=\"org\">Unique identifier of the organisation responsible for the app.</param><param name=\"app\">Application identifier which is unique within an organisation.</param><returns>A collection of FormLayout objects in JSON format.</returns>", |
4555 | 4560 | "parameters": [ |
4556 | 4561 | { |
4557 | 4562 | "name": "org", |
|
4732 | 4737 | "tags": [ |
4733 | 4738 | "Resource" |
4734 | 4739 | ], |
4735 | | - "summary": "Get the rule settings\r\n<param name=\"org\">Unique identifier of the organisation responsible for the app.</param><param name=\"app\">Application identifier which is unique within an organisation.</param><param name=\"id\">The layoutset id</param><returns>A collection of FormLayout objects in JSON format.</returns>", |
| 4740 | + "summary": "Get the rule settings\n<param name=\"org\">Unique identifier of the organisation responsible for the app.</param><param name=\"app\">Application identifier which is unique within an organisation.</param><param name=\"id\">The layoutset id</param><returns>A collection of FormLayout objects in JSON format.</returns>", |
4736 | 4741 | "parameters": [ |
4737 | 4742 | { |
4738 | 4743 | "name": "org", |
|
5534 | 5539 | "tags": [ |
5535 | 5540 | "Validate" |
5536 | 5541 | ], |
5537 | | - "summary": "Validate an app instance. This will validate all individual data elements, both the binary elements and the elements bound\r\nto a model, and then finally the state of the instance.", |
| 5542 | + "summary": "Validate an app instance. This will validate all individual data elements, both the binary elements and the elements bound\nto a model, and then finally the state of the instance.", |
5538 | 5543 | "parameters": [ |
5539 | 5544 | { |
5540 | 5545 | "name": "org", |
|
6476 | 6481 | "items": { |
6477 | 6482 | "type": "string" |
6478 | 6483 | }, |
6479 | | - "description": "List of validators to ignore during the patch operation.\r\nIssues from these validators will not be run during the save operation, but the validator will run on process/next", |
| 6484 | + "description": "List of validators to ignore during the patch operation.\nIssues from these validators will not be run during the save operation, but the validator will run on process/next", |
6480 | 6485 | "nullable": true |
6481 | 6486 | } |
6482 | 6487 | }, |
|
6503 | 6508 | "items": { |
6504 | 6509 | "type": "string" |
6505 | 6510 | }, |
6506 | | - "description": "List of validators to ignore during the patch operation.\r\nIssues from these validators will not be run during the save operation, but the validator will run on process/next", |
| 6511 | + "description": "List of validators to ignore during the patch operation.\nIssues from these validators will not be run during the save operation, but the validator will run on process/next", |
6507 | 6512 | "nullable": true |
6508 | 6513 | } |
6509 | 6514 | }, |
6510 | 6515 | "additionalProperties": false, |
6511 | | - "description": "Represents the request to patch data on the Altinn.App.Api.Controllers.DataController in the\r\nversion that supports multiple data models in the same request." |
| 6516 | + "description": "Represents the request to patch data on the Altinn.App.Api.Controllers.DataController in the\nversion that supports multiple data models in the same request." |
6512 | 6517 | }, |
6513 | 6518 | "DataPatchResponse": { |
6514 | 6519 | "required": [ |
|
8064 | 8069 | } |
8065 | 8070 | } |
8066 | 8071 | }, |
8067 | | - "description": "Gets a dictionary of updated validation issues. The first key is the data model id, the second key is the validator id\r\nValidators that are not listed in the dictionary are assumed to have not been executed", |
| 8072 | + "description": "Gets a dictionary of updated validation issues. The first key is the data model id, the second key is the validator id\nValidators that are not listed in the dictionary are assumed to have not been executed", |
8068 | 8073 | "nullable": true |
8069 | 8074 | }, |
8070 | 8075 | "clientActions": { |
|
0 commit comments