Skip to content

Commit 439ebba

Browse files
ung-sak.openapi.json updated by build pipeline
skip-checks:true
1 parent 3d6e783 commit 439ebba

File tree

1 file changed

+0
-81
lines changed

1 file changed

+0
-81
lines changed

web/src/main/resources/openapi-ts-client/ung-sak.openapi.json

-81
Original file line numberDiff line numberDiff line change
@@ -2285,29 +2285,6 @@
22852285
"required" : [ "journalpostId" ],
22862286
"type" : "object"
22872287
},
2288-
"JournalpostIderDto" : {
2289-
"properties" : {
2290-
"journalpostIder" : {
2291-
"items" : {
2292-
"$ref" : "#/components/schemas/JournalpostIdDto"
2293-
},
2294-
"maxItems" : 100,
2295-
"minItems" : 0,
2296-
"nullable" : true,
2297-
"type" : "array"
2298-
},
2299-
"journalpostIderBarn" : {
2300-
"items" : {
2301-
"$ref" : "#/components/schemas/JournalpostIdDto"
2302-
},
2303-
"maxItems" : 100,
2304-
"minItems" : 0,
2305-
"nullable" : true,
2306-
"type" : "array"
2307-
}
2308-
},
2309-
"type" : "object"
2310-
},
23112288
"KodeverdiSomObjektAktivitetStatus" : {
23122289
"properties" : {
23132290
"kode" : {
@@ -8333,64 +8310,6 @@
83338310
"tags" : [ "prosesstask" ]
83348311
}
83358312
},
8336-
"/punsj/journalpost/uferdig" : {
8337-
"get" : {
8338-
"deprecated" : true,
8339-
"description" : "Henter uferdig journalposter fra punsj for en gitt behandlingUuid",
8340-
"operationId" : "getUferdigJournalpostIderPrAktoer",
8341-
"parameters" : [ {
8342-
"description" : "behandlingUUID",
8343-
"in" : "query",
8344-
"name" : "behandlingUuid",
8345-
"required" : true,
8346-
"schema" : {
8347-
"format" : "uuid",
8348-
"type" : "string"
8349-
}
8350-
} ],
8351-
"responses" : {
8352-
"200" : {
8353-
"content" : {
8354-
"application/json" : {
8355-
"schema" : {
8356-
"$ref" : "#/components/schemas/JournalpostIderDto"
8357-
}
8358-
}
8359-
},
8360-
"description" : "Returnerer en liste med uferdig journalpostIder som ligger i punsj på gitt behandlingUuid."
8361-
}
8362-
},
8363-
"tags" : [ "journalposter" ]
8364-
}
8365-
},
8366-
"/punsj/journalpost/uferdig/v2" : {
8367-
"get" : {
8368-
"description" : "Henter uferdige journalposter fra punsj for søker og pleietrengende",
8369-
"operationId" : "getUferdigJournalpostIderPrAktoer_1",
8370-
"parameters" : [ {
8371-
"description" : "SAKSNUMMER",
8372-
"in" : "query",
8373-
"name" : "saksnummer",
8374-
"required" : true,
8375-
"schema" : {
8376-
"$ref" : "#/components/schemas/SaksnummerDto"
8377-
}
8378-
} ],
8379-
"responses" : {
8380-
"200" : {
8381-
"content" : {
8382-
"application/json" : {
8383-
"schema" : {
8384-
"$ref" : "#/components/schemas/JournalpostIderDto"
8385-
}
8386-
}
8387-
},
8388-
"description" : "Returnerer en liste med uferdig journalpostIder som ligger i punsj på et gitt saksnummer."
8389-
}
8390-
},
8391-
"tags" : [ "journalposter" ]
8392-
}
8393-
},
83948313
"/rapportering/dump-fnr" : {
83958314
"post" : {
83968315
"description" : "Dump Cache fnr ",

0 commit comments

Comments
 (0)